[issue6560] socket sendmsg(), recvmsg() methods

Brian May report at bugs.python.org
Sun May 22 03:14:27 CEST 2011


Brian May <brian at 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 at bugs.python.org>
<http://bugs.python.org/issue6560>
_______________________________________


More information about the Python-bugs-list mailing list