[New-bugs-announce] [issue26273] Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket module

Omar Sandoval report at bugs.python.org
Wed Feb 3 03:54:44 EST 2016


New submission from Omar Sandoval:

The socket module is missing a couple of TCP socket options: TCP_CONGESTION was added to Linux in v2.6.13 and TCP_USER_TIMEOUT was added in v2.6.37. These should be exposed.

----------
components: Library (Lib)
files: socket_tcp_options.patch
keywords: patch
messages: 259460
nosy: Omar Sandoval
priority: normal
severity: normal
status: open
title: Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket module
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file41787/socket_tcp_options.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26273>
_______________________________________


More information about the New-bugs-announce mailing list