Ticket #3603 defect new
_Win32Waker doesn't use symbolic name for TCP_NODELAY and doesn't explicitly close its tcp port
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | win32 |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
_Win32Waker creates a client socket and sets IPPROTO_TCP option 1 - this is probably meant to be socket.TCP_NODELAY. It should use the symbolic name.
It also creates a server port and just lets the socket fall out of scope. It should explicitly close it instead.
Change History
Note: See
TracTickets for help on using
tickets.
