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
fix: set default 30s timeout on guest-created sockets
Adds SOCKET_TIMEOUT (30s) applied to all sockets at creation time via
set_read_timeout/set_write_timeout. Also uses connect_timeout in
handle_net_connect, releasing the SocketTable lock before the blocking
connect call to avoid stalling concurrent socket operations.
Includes a unit test that verifies the timeout is actually set.
Signed-off-by: danbugs <danilochiarlone@gmail.com>
0 commit comments