From cebf8b209237db381a504c50eeba76c4c28fb677 Mon Sep 17 00:00:00 2001 From: Tomasz Torcz Date: Tue, 3 Aug 2010 13:33:40 +0200 Subject: 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. --- man/systemd.socket.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'man/systemd.socket.xml') 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 @@ -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= -- cgit v1.2.3-54-g00ecf