X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=7a63348caf91c551671fef4c56215c482cf844ec;hp=f376f725c9afbbdfa58158f318357f83fea32d34;hb=fb7661a6020b5680d5647d3d85b0501a4f3a5042;hpb=cf8bd44339b00330fdbc91041d6731ba8aba9fec diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index f376f725c..7a63348ca 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -488,7 +488,7 @@ - KeepAliveTime= + KeepAliveTimeSec= Takes time (in seconds) as argument . The connection needs to remain idle before TCP starts sending keepalive probes. This controls the TCP_KEEPIDLE socket option (see @@ -500,7 +500,7 @@ - KeepAliveInterval= + KeepAliveIntervalSec= Takes time (in seconds) as argument between individual keepalive probes, if the socket option SO_KEEPALIVE has been set on this socket seconds as argument. This controls the TCP_KEEPINTVL socket option (see @@ -513,7 +513,7 @@ KeepAliveProbes= - Takes interger as argument. It's the number of unacknowledged probes to + Takes integer as argument. It's the number of unacknowledged probes to send before considering the connection dead and notifying the application layer. This controls the TCP_KEEPCNT socket option (see socket7 @@ -546,7 +546,7 @@ - DeferAccept= + DeferAcceptSec= Takes time (in seconds) as argument. If set, the @@ -675,17 +675,6 @@ for details. - - SELinuxLabelViaNet= - Takes a boolean - value. Controls whether systemd attempts to figure out - SELinux label used for instantiated service from - information handed by peer over the - network. Configuration option has effect only - on sockets with Accept= - mode set to yes. - - PipeSize= Takes a size in @@ -900,7 +889,7 @@ See Also systemd1, - systemctl8, + systemctl1, systemd.unit5, systemd.exec5, systemd.kill5,