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
As indicated in 3bd3b98, when a client
in the guest attempts to send data to the server immediately after
connecting to it, we might receive data in the TCP socket before we're
able to actually process it.
To avoid this situation, delay setting EventSet::IN until the vsock
transport has been established in confirm_connect.
Signed-off-by: Sergio Lopez <[email protected]>
0 commit comments