diff --git a/src/common.h b/src/common.h index df855b56..bbe0c6b7 100644 --- a/src/common.h +++ b/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"