gvisor/pkg/tcpip/transport/udp
Tamir Duberstein e4b395db49 Remove unused wakers
These wakers are uselessly allocated and passed around; nothing ever
listens for notifications on them. The code here appears to be
vestigial, so removing it and allowing a nil waker to be passed seems
appropriate.

PiperOrigin-RevId: 249879320
Change-Id: Icd209fb77cc0dd4e5c49d7a9f2adc32bf88b4b71
2019-05-24 12:29:14 -07:00
..
BUILD UDP and TCP raw socket support. 2019-05-22 13:45:15 -07:00
endpoint.go Remove unused wakers 2019-05-24 12:29:14 -07:00
endpoint_state.go Support reception of multicast data on more than one socket 2019-05-02 19:41:00 -07:00
forwarder.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
protocol.go UDP and TCP raw socket support. 2019-05-22 13:45:15 -07:00
udp_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00