Browse Source

do not undefine TCP_FASTOPEN on Darwin

pull/471/head
crvv 9 years ago
parent
commit
c7ad107aab
1 changed files with 1 additions and 1 deletions
  1. 2
      src/common.h

2
src/common.h

@ -35,7 +35,7 @@
#define MSG_FASTOPEN 0x20000000
#endif
#else
#elif !defined(__APPLE__)
#ifdef TCP_FASTOPEN
#undef TCP_FASTOPEN

Loading…
Cancel
Save