[Twisted-Python] [PATCH] UDP error trapping on Cygwin

Paul Marks pmarks at purdue.edu
Wed Feb 7 10:47:11 MST 2007


On 2/7/07, Itamar Shtull-Trauring <itamar at itamarst.org> wrote:
>
> > Anyway, here's a patch I wrote that fixes the problem by checking for
> > ECONNRESET on every platform, although I'm not sure if that is the
> > correct approach.
>
> Could you add an issue to the website? Were you in fact using connected
> UDP?

Nope, just regular connectionless UDP.

But it's a decentralized P2P app that sends requests to a lot of
different hosts.  It's possible that one of them sent back an ICMP
reject, but I'm not sure.




More information about the Twisted-Python mailing list