ProxyServerTcp / include /udp_client_map.h
xukc
[feat]support udp
1bff97b
raw
history blame
238 Bytes
#ifndef PROXYSERVER_UDP_CLIENT_MAP_H
#define PROXYSERVER_UDP_CLIENT_MAP_H
#include "conn_map.h"
template <typename Key, typename Value>
class UdpClientMap : public SafeMap<Key, Value> {
public:
};
#endif //PROXYSERVER_UDP_CLIENT_MAP_H