Browse Source

Force to disable new TFO API on Android

pull/1813/merge
Max Lv 7 years ago
parent
commit
2152274311
1 changed files with 3 additions and 0 deletions
  1. 3
      src/netutils.h

3
src/netutils.h

@ -43,6 +43,9 @@
#ifndef MSG_FASTOPEN
#define MSG_FASTOPEN 0x20000000
#endif
#ifdef TCP_FASTOPEN_CONNECT
#undef TCP_FASTOPEN_CONNECT
#endif
#endif
/* MPTCP_ENABLED setsockopt values for kernel 4 & 3, best behaviour to be independant of kernel version is to test from newest to the latest values */

Loading…
Cancel
Save