Message136595
| Author | synapse |
|---|---|
| Recipients | Andrew.Grover, baikie, brian, exarkun, giampaolo.rodola, jackdied, neologix, pitrou, rosslagerwall, synapse, therve, vstinner, wiml |
| Date | 2011-05-23.09:04:08 |
| SpamBayes Score | 1.481621e-09 |
| Marked as misclassified | No |
| Message-id | <4DDA2306.4000805@duodecad.hu> |
| In-reply-to | <1306026867.06.0.283714694798.issue6560@psf.upfronthosting.co.za> |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-05-23 09:04:11 | synapse | set | recipients: + synapse, exarkun, pitrou, therve, vstinner, jackdied, baikie, giampaolo.rodola, Andrew.Grover, wiml, neologix, rosslagerwall, brian |
| 2011-05-23 09:04:09 | synapse | link | issue6560 messages |
| 2011-05-23 09:04:08 | synapse | create | |