[ python-Bugs-1103350 ] send/recv SEGMENT_SIZE should be used more
in socketmodule
SourceForge.net
noreply at sourceforge.net
Sun Jan 16 16:01:13 CET 2005
Bugs item #1103350, was opened at 2005-01-16 16:01
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1103350&group_id=5470
Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Irmen de Jong (irmen)
Assigned to: Nobody/Anonymous (nobody)
Summary: send/recv SEGMENT_SIZE should be used more in socketmodule
Initial Comment:
socketmodule.c contains a SEGMENT_SIZE define that is
used to limit the send/recv buffer size on VMS.
But IMO there are two problems:
1) it should also be used on windows, because windows
doesn't like a large send/recv buffer either,
2) it should be used in more places: at least sendall,
but perhaps also recvfrom, sendto
ad 1: see also this bug: http://www.python.org/sf/853507
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1103350&group_id=5470
More information about the Python-bugs-list
mailing list