From 4d8ddba9d71e51356cc9488f906b8fef89c60c23 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Aug 2014 16:34:47 +0200 Subject: 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. --- src/core/socket.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/socket.h') 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; -- cgit v1.2.1