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 neologix
Recipients Andrew.Grover, brian.curtin, loewis, neologix, pitrou, vstinner
Date 2011-11-06.16:29:54
SpamBayes Score 6.845782e-08
Marked as misclassified No
Message-id <1320596997.25.0.923538272064.issue7777@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch:
- address returned by recvfrom()
- recv flags (MSG_PEEK)
- congestion behavior

I've also added a bunch of constants:
- all the typical SO_ constants
- CMSG flags
- RDMA-related options (RDMA is probably one of the most useful features of RDS)
- I chose to let aside INFO flags, since they don't appear in the man pages  (and neither here: https://github.com/agrover/python-rds/blob/master/rdma.py, a ctypes-based RDS implementation I stumbled upon)
- I didn't add control messages tests: they all pertain to RDMA, which is rather tricky to test to test from Python (and my header files don't define them)
History
Date User Action Args
2011-11-06 16:29:57neologixsetrecipients: + neologix, loewis, pitrou, vstinner, brian.curtin, Andrew.Grover
2011-11-06 16:29:57neologixsetmessageid: <1320596997.25.0.923538272064.issue7777@psf.upfronthosting.co.za>
2011-11-06 16:29:56neologixlinkissue7777 messages
2011-11-06 16:29:56neologixcreate