Ticket #2627 defect new
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
Note: See
TracTickets for help on using
tickets.
