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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26273>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to