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.

作者 synapse
收信人 Andrew.Grover, baikie, brian, exarkun, giampaolo.rodola, jackdied, neologix, pitrou, rosslagerwall, synapse, therve, vstinner, wiml
日期 2011-05-23.09:04:08
SpamBayes Score 1.481621e-09
Marked as misclassified
Message-id <4DDA2306.4000805@duodecad.hu>
In-reply-to <1306026867.06.0.283714694798.issue6560@psf.upfronthosting.co.za>
内容
On 05/22/11 03:14, Brian May wrote:
> Brian May<brian@microcomaustralia.com.au>  added the comment:
>
> 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
>
> ----------
> nosy: +brian
>
> _______________________________________
> Python tracker<report@bugs.python.org>
> <http://bugs.python.org/issue6560>
> _______________________________________

Hello Brian!

It's been a while I had a look at that code. As far as I remember though 
the code is fairly decent not
taking the missing unit tests into account. There are a few todos, and 
also a pretty bad bug that I've fixed
but not committed. The TODOs include better parsing of auxiliary data, 
support for scatter-gather, addressed
messages. If you wish I can send you the latest patch that has the bug 
fixed and applies to 3.2. Do you want
this to be pushed to 3.3?

Gergely Kalman
历史
日期 用户 动作 参数
2011-05-23 09:04:11synapse修改recipients: + synapse, exarkun, pitrou, therve, vstinner, jackdied, baikie, giampaolo.rodola, Andrew.Grover, wiml, neologix, rosslagerwall, brian
2011-05-23 09:04:09synapse链接issue6560 messages
2011-05-23 09:04:08synapse创建