Bugfix: fix crash issue when has pending server

This commit is contained in:
Nick Peng
2020-02-25 21:50:13 +08:00
parent f269f582f3
commit 0092212f46
2 changed files with 62 additions and 7 deletions

View File

@@ -27,6 +27,10 @@
extern "C" {
#endif /*__cplusplus */
#ifndef TCP_FASTOPEN
#define TCP_FASTOPEN 23
#endif
#ifndef TCP_FASTOPEN_CONNECT
#define TCP_FASTOPEN_CONNECT 30
#endif