gvisor/pkg/sentry/socket/netstack
Eyal Soha f3d9560703 recv() on a closed TCP socket returns ENOTCONN
From RFC 793 s3.9 p58 Event Processing:

If RECEIVE Call arrives in CLOSED state and the user has access to such a
connection, the return should be "error: connection does not exist"

Fixes #1598

PiperOrigin-RevId: 293494287
2020-02-05 17:56:42 -08:00
..
BUILD Update package locations. 2020-01-27 15:31:32 -08:00
device.go Rename epsocket to netstack. 2019-10-07 13:57:59 -07:00
netstack.go recv() on a closed TCP socket returns ENOTCONN 2020-02-05 17:56:42 -08:00
provider.go Update package locations. 2020-01-27 15:31:32 -08:00
save_restore.go Rename epsocket to netstack. 2019-10-07 13:57:59 -07:00
stack.go Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink. 2020-02-04 18:05:03 -08:00