X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fsocket.h;h=eede70564a4f4808a29cb590cf6c0351b72ff42c;hb=cc567c9beace114554f7e7f50c3a5181cc44a07d;hp=6c0084c477b6fbe34d7988fc46690243edd60164;hpb=9528592ff8d7ff361da430285deba8196e8984d5;p=elogind.git diff --git a/src/core/socket.h b/src/core/socket.h index 6c0084c47..eede70564 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -101,7 +101,11 @@ struct Socket { unsigned max_connections; unsigned backlog; + unsigned keep_alive_cnt; usec_t timeout_usec; + usec_t keep_alive_time; + usec_t keep_alive_interval; + usec_t defer_accept; ExecCommand* exec_command[_SOCKET_EXEC_COMMAND_MAX]; ExecContext exec_context; @@ -135,7 +139,6 @@ struct Socket { /* Socket options */ bool keep_alive; bool no_delay; - bool fast_open; bool free_bind; bool transparent; bool broadcast;