[Twisted-Python] Setting source address of outgoing datagrams

Itamar Turner-Trauring itamar at itamarst.org
Wed Oct 16 05:47:34 MDT 2013


On 10/16/2013 03:36 AM, Maciej Wasilak wrote:
>
> All in all the problem with using wrong source address can be easilly 
> solved with a bit of user attention, however it's hard to find the 
> solution that "just works".
>
There's an OS API (recvmsg?) that lets you get at this information; I 
believe Twisted has the start of a wrapper for it. Given a full wrapper 
we could create a new UDP API that did support this easily.

-Itamar



More information about the Twisted-Python mailing list