X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.socket.xml;h=78d379de92e587a59c7db467bab5cbd2d743289c;hp=20dc00ed0120a15f8f63830d021a5f418d213775;hb=59cddb23385b583ae8a9db9d2b10e211ab48495e;hpb=b3eaa6288107210a84d6d121036fb4b2f7283ee2 diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 20dc00ed0..78d379de9 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -437,6 +437,18 @@ 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= @@ -506,6 +518,18 @@ systemd.service5 for details. + + + Service= + Specifies the service + unit name to activate on incoming + traffic. This defaults to the service + that bears the same name as the socket + (ignoring the different suffixes). In + most cases it should not be necessary + to use this option. + +