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=4483905832efe5feafe756515cd3253b90f39859;hb=fb7661a6020b5680d5647d3d85b0501a4f3a5042;hpb=cc567c9beace114554f7e7f50c3a5181cc44a07d diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 448390583..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 @@ -889,7 +889,7 @@ See Also systemd1, - systemctl8, + systemctl1, systemd.unit5, systemd.exec5, systemd.kill5,