From b397b8b4fb5abef7660daa4a0bd38d69c2becf8e Mon Sep 17 00:00:00 2001 From: Jared Hillier Date: Fri, 3 Aug 2018 12:02:57 +0800 Subject: [PATCH] TCP Fast Open support --- src/tunnel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tunnel.c b/src/tunnel.c index acf699bf..9867a477 100644 --- a/src/tunnel.c +++ b/src/tunnel.c @@ -489,7 +489,6 @@ remote_send_cb(EV_P_ ev_io *w, int revents) } else { if (errno == EOPNOTSUPP || errno == EPROTONOSUPPORT || errno == ENOPROTOOPT) { - fast_open = 0; LOGE("fast open is not supported on this platform"); } else { ERROR("fast_open_connect");