Ticket #2627 defect new

Opened 6 years ago

Last modified 5 years ago

twisted/internet/udp.py doesn't handle ECONNRESET from recvfrom() on cygwin

Reported by: exarkun Owned by:
Priority: low Milestone:
Component: core Keywords: cygwin
Cc: jeremy@… Branch:
Author: Launchpad Bug:

Description

Windows seems to use this error code to indicate that the socket passed to recvfrom previously sent some traffic to a local address which was not listening. A superficial reading of POSIX suggests that ECONNRESET is indeed a valid return for recvfrom().

Change History

1

Changed 6 years ago by jeremyb

  • cc jeremy@… added

2

Changed 5 years ago by exarkun

  • priority changed from normal to low
  • keywords cygwin added

cygwin isn't a supported platform.

3

Changed 2 years ago by <automation>

  • owner glyph deleted
Note: See TracTickets for help on using tickets.