Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dvc890
/
ProxyServerTcp
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1bff97b
ProxyServerTcp
/
include
/
udp_client_map.h
xukc
[feat]support udp
1bff97b
over 1 year ago
raw
Copy download link
history
blame
Safe
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