optimize tcp connection lag

This commit is contained in:
Nick Peng
2019-11-03 09:15:24 +08:00
parent 1fb5cbbcd9
commit 044536aef6
3 changed files with 23 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ void get_compiled_time(struct tm *tm);
int has_network_raw_cap(void);
int set_sock_keepalive(int fd, int keepidle, int keepinterval, int keepcnt);
#ifdef __cplusplus
}
#endif /*__cplusplus */