diff options
author | Tomasz Torcz <tomek@pipebreaker.pl> | 2010-08-03 13:33:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-03 23:23:47 +0200 |
commit | cebf8b209237db381a504c50eeba76c4c28fb677 (patch) | |
tree | 9dcbfd743121a2327ecd3f1cb7af9b703ffa8652 /man/systemd.socket.xml | |
parent | 07424048b52f8b22b472bf0370a185c1eb443417 (diff) |
socket: Allow selection of TCP Congestion Avoidance algorithm to socket
Hi,
attached path extends socket configurables with another
knob - TCP Congestion Avoidance selection. Linux implements
handful of those, useful in various situations. For example,
TCP Low Priority may be used by FTP service to gracefully
yield bandwidth for more important TCP/IP streams.
Until recently TCP_CONGESTION was Linux-specific, recently
FreeBSD 8 and OpenSolaris gained compatible support.
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 20dc00ed01..a7b8228aa0 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -438,6 +438,18 @@ </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 "westwood", "veno", "cubic", + "lp" or any other available algorithm + supported by the IP stack. This + setting applies only to stream + sockets.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>ExecStartPre=</varname></term> <term><varname>ExecStartPost=</varname></term> <listitem><para>Takes one or more |