diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-19 21:57:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-19 21:58:48 +0200 |
commit | 3cd761e4df278cdef6fda9d7f50be512d3c1d7ae (patch) | |
tree | 4aff22a6ac15dd6bee12e44139852e7d181e8db2 /man/systemd.socket.xml | |
parent | a4a79605f7c2ba17ce74baabefa19c3686439e4a (diff) |
socket: suffix newly added TCP sockopt time properties with "Sec"
This is what we have done so far for all other time values, and hence we
should do this here. This indicates the default unit of time values
specified here, if they don't contain a unit.
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 4483905832..238029a251 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -488,7 +488,7 @@ </varlistentry> <varlistentry> - <term><varname>KeepAliveTime=</varname></term> + <term><varname>KeepAliveTimeSec=</varname></term> <listitem><para>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 @@ </varlistentry> <varlistentry> - <term><varname>KeepAliveInterval=</varname></term> + <term><varname>KeepAliveIntervalSec=</varname></term> <listitem><para>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 @@ -546,7 +546,7 @@ </varlistentry> <varlistentry> - <term><varname>DeferAccept=</varname></term> + <term><varname>DeferAcceptSec=</varname></term> <listitem><para>Takes time (in seconds) as argument. If set, the |