Jared Hillier
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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"); |
|
|
|