diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-14 16:34:47 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-14 16:36:32 +0200 |
commit | 4d8ddba9d71e51356cc9488f906b8fef89c60c23 (patch) | |
tree | 99690b388a9de41159dc8e19133b15930f254986 /src/core/socket.h | |
parent | 9fdaa9925e1919b766fe1e095228fe663c583923 (diff) |
Revert "socket: add support for TCP fast Open"
This reverts commit 9528592ff8d7ff361da430285deba8196e8984d5.
Apparently TFO is actually the default at least for the server side now.
Also the setsockopt doesn't actually take a bool, but a qlen integer.
Diffstat (limited to 'src/core/socket.h')
-rw-r--r-- | src/core/socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index 6c0084c477..98396e7320 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -135,7 +135,6 @@ struct Socket { /* Socket options */ bool keep_alive; bool no_delay; - bool fast_open; bool free_bind; bool transparent; bool broadcast; |