mirror of
https://github.com/systemd/systemd.git
synced 2025-01-20 18:04:03 +03:00
Tomasz Torcz
cebf8b2092
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.
systemd System and Session Manager DETAILS: http://0pointer.de/blog/projects/systemd.html WEB SITE: http://www.freedesktop.org/wiki/Software/systemd GIT: git://anongit.freedesktop.org/systemd ssh://git.freedesktop.org/git/systemd GITWEB: http://cgit.freedesktop.org/systemd/ MAILING LIST: http://lists.freedesktop.org/mailman/listinfo/systemd-devel http://lists.freedesktop.org/mailman/listinfo/systemd-commits IRC: #systemd on irc.freenode.org BUG REPORTS: https://bugs.freedesktop.org/enter_bug.cgi?product=systemd AUTHOR: Lennart Poettering with major support from Kay Sievers REQUIREMENTS: Linux kernel >= 2.6.30 (with autofs4, devtmpfs, cgroups) libudev >= 151 libcgroup >= 0.35 vala >= 0.80 gtk+ >= 2.20 dbus >= 1.2.24
Languages
C
89.2%
Python
5.3%
Shell
4.1%
Meson
1.2%