gvisor/pkg/tcpip/transport/packet
Bhasker Hariharan e7ca2a51a8 Add POLLRDNORM/POLLWRNORM support.
On Linux these are meant to be equivalent to POLLIN/POLLOUT. Rather
than hack these on in sys_poll etc it felt cleaner to just cleanup
the call sites to notify for both events. This is what linux does
as well.

Fixes #5544

PiperOrigin-RevId: 364859977
2021-03-24 12:11:44 -07:00
..
BUILD
endpoint.go Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
endpoint_state.go