gvisor/pkg/tcpip/transport/udp
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 netstack: Refactor tcpip.Endpoint.Read 2021-01-07 14:17:18 -08:00
endpoint.go Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
endpoint_state.go Change tcpip.Error to an interface 2021-01-28 17:59:58 -08:00
forwarder.go Change tcpip.Error to an interface 2021-01-28 17:59:58 -08:00
protocol.go Make dedicated methods for data operations in PacketBuffer 2021-03-03 16:05:16 -08:00
udp_test.go Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00