You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Socket send now has a timeout so we can eventually release the socket
in situations where we are trying to send but the network connection
died so there was no TCP handshake to close the connection.
- `WSGIServer` now has a 20s timeout for its sockets.
- DHCP timeout increased to 30s in accordance with RFC3315.
- Recognize more states as "socket is closed and available".
- `get_socket` now returns an invalid value if no free socket is
available, which will cause an exception in the socket constructor.
It used to return 0 if no sockets were available, which is a valid
socket value, and caused all kinds of problems for the rightful
owner of socket 0.
0 commit comments