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
{{ message }}
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
1. when read returns 0, it means remotes has closed socket, for
normal TCP connections.
2. when read returns -ENOTCONN for vsock, it means remote has closed the
socket.
We should be able to just handle case 1) if we patch vsock kernel
implementation to match normal TCP connection behavior.
Signed-off-by: Peng Tao <bergwolf@gmail.com>
0 commit comments