mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
Add SO_KEEPALIVE support to anet.c.
This commit is contained in:
@ -55,5 +55,6 @@ int anetEnableTcpNoDelay(char *err, int fd);
|
||||
int anetDisableTcpNoDelay(char *err, int fd);
|
||||
int anetTcpKeepAlive(char *err, int fd);
|
||||
int anetPeerToString(int fd, char *ip, int *port);
|
||||
int anetKeepAlive(char *err, int fd, int interval);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user