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.

作者 brian
收信人 Andrew.Grover, baikie, brian, exarkun, giampaolo.rodola, jackdied, pitrou, synapse, therve, vstinner, wiml
日期 2011-05-22.01:14:26
SpamBayes Score 1.342408e-06
Marked as misclassified
Message-id <1306026867.06.0.283714694798.issue6560@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2011-05-22 01:14:27brian修改recipients: + brian, exarkun, pitrou, therve, vstinner, jackdied, baikie, giampaolo.rodola, synapse, Andrew.Grover, wiml
2011-05-22 01:14:27brian修改messageid: <1306026867.06.0.283714694798.issue6560@psf.upfronthosting.co.za>
2011-05-22 01:14:26brian链接issue6560 messages
2011-05-22 01:14:26brian创建