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 brian
Recipients Andrew.Grover, baikie, brian, exarkun, giampaolo.rodola, jackdied, pitrou, synapse, therve, vstinner, wiml
Date 2011-05-22.01:14:26
SpamBayes Score 1.342408e-06
Marked as misclassified No
Message-id <1306026867.06.0.283714694798.issue6560@psf.upfronthosting.co.za>
In-reply-to
Content
What needs to happen to get recvmsg() supported in Python?

recvmsg() is required to get get transparent UDP proxies working under Linux using tproxy, the code needs to run recvmsg() to be able to find out what the original destination address was for the the packet.

Thanks

Brian May
History
Date User Action Args
2011-05-22 01:14:27briansetrecipients: + brian, exarkun, pitrou, therve, vstinner, jackdied, baikie, giampaolo.rodola, synapse, Andrew.Grover, wiml
2011-05-22 01:14:27briansetmessageid: <1306026867.06.0.283714694798.issue6560@psf.upfronthosting.co.za>
2011-05-22 01:14:26brianlinkissue6560 messages
2011-05-22 01:14:26briancreate