gvisor/pkg/tcpip/transport/icmp
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 Add support for SO_REUSEADDR to UDP sockets/endpoints. 2020-06-10 23:49:26 -07:00
endpoint.go Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
endpoint_state.go Unexpose immutable fields in stack.Route 2021-03-24 09:38:27 -07:00
protocol.go Change tcpip.Error to an interface 2021-01-28 17:59:58 -08:00