Message9010

Author dstromberg
Recipients dstromberg
Date 2014-09-21.23:57:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411343877.07.0.803392081724.issue2213@psf.upfronthosting.co.za>
In-reply-to
Content
Running:
socket.setsockopt(socket.SOL_SOCKET, socket.SO_RCVBUF, tcp_window_size)
...where tcp_window_size is truly gigantic, does not raise a socket.error with errno.EBADMSG.

It works fine in CPython 2.x, CPython 3.x, Pypy 2.3.1 and Pypy3 2.3.1.

Here's a link to some test code:
http://stromberg.dnsalias.org/~strombrg/max-tcp-window.html

Thanks for the cool software!
History
Date User Action Args
2014-09-21 23:57:57dstrombergsetrecipients: + dstromberg
2014-09-21 23:57:57dstrombergsetmessageid: <1411343877.07.0.803392081724.issue2213@psf.upfronthosting.co.za>
2014-09-21 23:57:56dstromberglinkissue2213 messages
2014-09-21 23:57:56dstrombergcreate