This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author spurin
Recipients David.Edelsohn, neologix, pitrou, python-dev, spurin
Date 2014-09-29.13:12:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411996353.26.0.382069678535.issue17835@psf.upfronthosting.co.za>
In-reply-to
Content
With both the kernel parameters defined and undefined, I get the following output -

# /local/0/opt/python-3.4.1/bin/python
Python 3.4.1 (default, Sep 29 2014, 13:31:39)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from socket import socket, SO_SNDBUF, SOL_SOCKET
>>> s = socket()
>>> s.getsockopt(SOL_SOCKET, SO_SNDBUF)
16384
History
Date User Action Args
2014-09-29 13:12:33spurinsetrecipients: + spurin, pitrou, neologix, python-dev, David.Edelsohn
2014-09-29 13:12:33spurinsetmessageid: <1411996353.26.0.382069678535.issue17835@psf.upfronthosting.co.za>
2014-09-29 13:12:33spurinlinkissue17835 messages
2014-09-29 13:12:32spurincreate