gvisor/pkg/tcpip/transport/udp
Ghanan Gowripalan 2485a4e2cb Make stack.Route safe to access concurrently
Multiple goroutines may use the same stack.Route concurrently so
the stack.Route should make sure that any functions called on it
are thread-safe.

Fixes #4073

PiperOrigin-RevId: 344320491
2020-11-25 14:52:59 -08:00
..
BUILD Fix possible deadlock in UDP.Write(). 2020-11-17 10:36:29 -08:00
endpoint.go Make stack.Route safe to access concurrently 2020-11-25 14:52:59 -08:00
endpoint_state.go Fix loopback subnet routing error 2020-11-18 12:45:57 -08:00
forwarder.go Use stack.Route exclusively for writing packets 2020-11-05 15:52:16 -08:00
protocol.go Use stack.Route exclusively for writing packets 2020-11-05 15:52:16 -08:00
udp_test.go [netstack] Move SO_NO_CHECK option to SocketOptions. 2020-11-18 13:42:27 -08:00