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
/
hv_utils.h
xukc
[feat]support udp
1bff97b
over 1 year ago
raw
Copy download link
history
blame
Safe
261 Bytes
#
ifndef
PROXYSERVER_HV_UTILS_H
#
define
PROXYSERVER_HV_UTILS_H
#
include
"hv/hloop.h"
#
include
"hv/hthread.h"
void
init_loop
(
int
_thread_num, hthread_routine worker_thread)
;
hloop_t
*
get_next_loop
()
;
char
generateRandomKey
()
;
#
endif
//PROXYSERVER_HV_UTILS_H