X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fsocket.h;h=a2e08998c0a730b2248d966c0157ec6bbaca5539;hb=a2c0e528b8b5ba370527db279605e4e4135689c1;hp=814a3bfabc0c2d65dc2c906f21b3840c614b3864;hpb=8b835fccdad78d89f9cc64f9b02059fb75ffbab1;p=elogind.git diff --git a/src/core/socket.h b/src/core/socket.h index 814a3bfab..a2e08998c 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; @@ -134,6 +138,7 @@ struct Socket { /* Socket options */ bool keep_alive; + bool no_delay; bool free_bind; bool transparent; bool broadcast; @@ -160,6 +165,8 @@ struct Socket { char *smack_ip_in; char *smack_ip_out; + bool selinux_context_from_net; + char *user, *group; };