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...
a8ba146
ProxyServerTcp
/
include
/
tcp_inbound.h
xukc
[feat]proxy framework
83607bc
over 1 year ago
raw
Copy download link
history
blame
Safe
171 Bytes
#
ifndef
PROXYSERVER_TCP_INBOUND_H
#
define
PROXYSERVER_TCP_INBOUND_H
#
include
"hv/hloop.h"
void
tcp_on_accept
(
hio_t
* io,
hevent_t
* ev)
;
#
endif
//PROXYSERVER_TCP_INBOUND_H