X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=a7b8228aa0b6d7c5bb9fca0ba92052173a4e4c32;hb=5bfcc1c6ef48af20996412dbaac1daa0492a4d41;hp=32102fab88ad66d6dad414885f014a21d4b8f80e;hpb=f3e219a238c716ffa06fab7b0618197c090dfd5a;p=elogind.git diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 32102fab8..a7b8228aa 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -437,19 +437,33 @@ address. Defaults to . + + TCPCongestion= + 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. + + ExecStartPre= ExecStartPost= - Takes a command line, - which is executed before (resp. after) - the listening sockets/FIFOs are created and + Takes one or more + command lines, which are executed + before (resp. after) the listening + sockets/FIFOs are created and bound. The first token of the command line must be an absolute file name, then followed by arguments for the - process. If specified more than once, - all commands are executed one after - the other, fully serialized. The use of - these settings is optional. + process. Multiple command lines may be + specified following the same scheme as + used for + ExecStartPre= of + service unit files. @@ -458,10 +472,11 @@ Additional commands that are executed before (resp. after) the listening sockets/FIFOs are closed - and removed. If specified more than - once, all commands are executed one - after the other, fully serialized. The use of - these settings is optional. + and removed. Multiple command lines + may be specified following the same + scheme as used for + ExecStartPre= of + service unit files.