]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add TCP_CONGESTION and TCP_USER_TIMEOUT
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Nov 2016 15:55:04 +0000 (16:55 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Nov 2016 15:55:04 +0000 (16:55 +0100)
commit11dd6048aa3dc94e9b709f638301b0ccfcd4b9ee
tree13b568a550d13139fe5733f61c6b649cb275cd72
parent9ec07721f459d14131d6453ccb6d2a1a0b0c1959
Add TCP_CONGESTION and TCP_USER_TIMEOUT

Issue #26273: Add new socket.TCP_CONGESTION (Linux 2.6.13) and
socket.TCP_USER_TIMEOUT (Linux 2.6.37) constants.

Patch written by Omar Sandoval.
Misc/NEWS
Modules/socketmodule.c