gvisor/pkg/tcpip/stack
Amanda Tait 33d0e824c7 Use more conservative locking in NIC.DeliverNetworkPacket
An earlier CL excessively minimizes the period in which it
holds a lock on NIC. This earlier CL had done this out of
the mistaken impression it fixed a broken test, when in
fact it just reduced the rate of failure of a flaky test
in tcp_test.go. This new change holds the lock on NIC
for the duration of the loop over n.endpoints.

PiperOrigin-RevId: 235732487
Change-Id: I53ee6df264f093ddc4d29e9acdcba6b4838cb112
2019-02-26 09:10:37 -08:00
..
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
linkaddrcache.go
linkaddrcache_test.go Fix flaky TestCacheResolutionTimeout 2018-11-07 12:01:48 -08:00
nic.go Use more conservative locking in NIC.DeliverNetworkPacket 2019-02-26 09:10:37 -08:00
registration.go Internal change. 2019-02-07 13:46:26 -08:00
route.go
stack.go Implement IP_MULTICAST_IF. 2019-02-15 18:40:15 -08:00
stack_global_state.go
stack_test.go Fix NIC endpoint forwarding. 2019-01-29 16:23:30 -08:00
transport_demuxer.go Implement Broadcast support 2019-02-20 12:54:13 -08:00
transport_test.go Fix NIC endpoint forwarding. 2019-01-29 16:23:30 -08:00