Browse Source

TCP Fast Open support

pull/2135/head
Jared Hillier 6 years ago
committed by GitHub
parent
commit
b397b8b4fb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. 1
      src/tunnel.c

1
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");

Loading…
Cancel
Save