gvisor/pkg/tcpip/transport/udp
Rahat Mahmood 13a98df49e netstack: Don't start endpoint goroutines too soon on restore.
Endpoint protocol goroutines were previously started as part of
loading the endpoint. This is potentially too soon, as resources used
by these goroutine may not have been loaded. Protocol goroutines may
perform meaningful work as soon as they're started (ex: incoming
connect) which can cause them to indirectly access resources that
haven't been loaded yet.

This CL defers resuming all protocol goroutines until the end of
restore.

PiperOrigin-RevId: 262409429
2019-08-08 12:33:11 -07:00
..
BUILD Plumbing for iptables sockopts. 2019-08-02 16:26:48 -07:00
endpoint.go netstack: Don't start endpoint goroutines too soon on restore. 2019-08-08 12:33:11 -07:00
endpoint_state.go netstack: Don't start endpoint goroutines too soon on restore. 2019-08-08 12:33:11 -07:00
forwarder.go Update canonical repository. 2019-06-13 16:50:15 -07:00
protocol.go Update canonical repository. 2019-06-13 16:50:15 -07:00
udp_test.go Add support for a subnet prefix length on interface network addresses 2019-07-24 13:42:14 -07:00