Browse Source

disable TCP_FASTOPEN for EI Capitan

pull/365/head
Max Lv 9 years ago
parent
commit
d2794c0c98
1 changed files with 6 additions and 0 deletions
  1. 6
      src/common.h

6
src/common.h

@ -35,6 +35,12 @@
#define MSG_FASTOPEN 0x20000000
#endif
#else
#ifdef TCP_FASTOPEN
#undef TCP_FASTOPEN
#endif
#endif
#define DEFAULT_CONF_PATH "/etc/shadowsocks/config.json"

Loading…
Cancel
Save