[Python-bugs-list] [ python-Bugs-495680 ] include TCP_CORK in socket module
noreply@sourceforge.net
noreply@sourceforge.net
Sat, 22 Dec 2001 07:07:14 -0800
Bugs item #495680, was opened at 2001-12-20 16:18
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=495680&group_id=5470
Category: Extension Modules
Group: Feature Request
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Matthias Klose (doko)
Assigned to: Nobody/Anonymous (nobody)
Summary: include TCP_CORK in socket module
Initial Comment:
[please CC 84340@bugs.debian.org on replies; the
original report can be found at
http://bugs.debian.org/84340]
File: /usr/lib/python2.0/plat-linux2/SOCKET.py
The TCP_CORK option's value is not included in the
SOCKET.py and IN.py
files, which is slightly inconvenient if a user
program wants to
request this socket option (useful for network
servers).
(This is on the borderline between minor or wishlist.
If needed it
can be solved as needed at the application level with
some exception
handling...)
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2001-12-22 07:07
Message:
Logged In: YES
user_id=21627
The SOCKET.py module is obsolete; access to system constants
is now solely through the socket module. TCP_CORK and other
TCP socket options have been added to socketmodule.c 1.201,
to appear in Python 2.3.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=495680&group_id=5470