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
SocketHandles act as primary keys for sockets. TcpSocket.update_handle() and UdpSocket.update_handle() does not prevent changing into an overlapping handle.
Should this be done to prevent multiple users/application from interfering with each other?
The text was updated successfully, but these errors were encountered:
SocketHandles
act as primary keys for sockets.TcpSocket.update_handle()
andUdpSocket.update_handle()
does not prevent changing into an overlapping handle.Should this be done to prevent multiple users/application from interfering with each other?
The text was updated successfully, but these errors were encountered: