mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
gate support TCP_NODELAY
This commit is contained in:
@@ -36,4 +36,6 @@ int socket_server_listen(struct socket_server *, uintptr_t opaque, const char *
|
||||
int socket_server_connect(struct socket_server *, uintptr_t opaque, const char * addr, int port);
|
||||
int socket_server_bind(struct socket_server *, uintptr_t opaque, int fd);
|
||||
|
||||
void socket_server_nodelay(struct socket_server *, int id);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user