diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-10-26 17:40:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-10-27 14:12:45 +0100 |
commit | 95923d7e13ebd41aa09f9367cd3666529fccd214 (patch) | |
tree | c31e764e0b6c9e85bd84a5b75c01f643e50e4af8 /man/systemd.socket.xml | |
parent | core: add Timestamping= option for socket units (diff) | |
download | systemd-95923d7e13ebd41aa09f9367cd3666529fccd214.tar.xz systemd-95923d7e13ebd41aa09f9367cd3666529fccd214.zip |
man: document the new Timestamping= option
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 8ec662c3ac..015337ff2f 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -705,6 +705,15 @@ </varlistentry> <varlistentry> + <term><varname>Timestamping=</varname></term> + <listitem><para>Takes one of <literal>off</literal>, <literal>us</literal> (alias: + <literal>usec</literal>, <literal>µs</literal>) or <literal>ns</literal> (alias: + <literal>nsec</literal>). This controls the <constant>SO_TIMESTAMP</constant> or + <constant>SO_TIMESTAMPNS</constant> socket options, and enables whether ingress network traffic shall + carry timestamping metadata. Defaults to <option>off</option>.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>TCPCongestion=</varname></term> <listitem><para>Takes a string value. Controls the TCP congestion algorithm used by this socket. Should be one of <literal>westwood</literal>, <literal>veno</literal>, |