gvisor/pkg/tcpip/stack
Ghanan Gowripalan de3dbf8a09 Inform netstack integrator when Duplicate Address Detection completes
This change introduces a new interface, stack.NDPDispatcher. It can be
implemented by the netstack integrator to receive NDP related events. As of this
change, only DAD related events are supported.

Tests: Existing tests were modified to use the NDPDispatcher's DAD events for
DAD tests where it needed to wait for DAD completing (failing and resolving).
PiperOrigin-RevId: 276338733
2019-10-23 13:26:35 -07:00
..
BUILD Respect new PrimaryEndpointBehavior when addresses gets promoted to permanent 2019-10-22 13:54:33 -07:00
icmp_rate_limit.go Simplify ICMPRateLimiter 2019-09-24 09:50:51 -07:00
linkaddrcache.go Populate link address cache at dispatch 2019-08-27 18:54:56 -07:00
linkaddrcache_test.go Populate link address cache at dispatch 2019-08-27 18:54:56 -07:00
ndp.go Inform netstack integrator when Duplicate Address Detection completes 2019-10-23 13:26:35 -07:00
ndp_test.go Inform netstack integrator when Duplicate Address Detection completes 2019-10-23 13:26:35 -07:00
nic.go Inform netstack integrator when Duplicate Address Detection completes 2019-10-23 13:26:35 -07:00
registration.go netstack/tcp: software segmentation offload 2019-10-22 11:55:56 -07:00
route.go netstack/tcp: software segmentation offload 2019-10-22 11:55:56 -07:00
stack.go Inform netstack integrator when Duplicate Address Detection completes 2019-10-23 13:26:35 -07:00
stack_global_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
stack_test.go Inform netstack integrator when Duplicate Address Detection completes 2019-10-23 13:26:35 -07:00
transport_demuxer.go AF_PACKET support for netstack (aka epsocket). 2019-10-21 13:23:18 -07:00
transport_demuxer_test.go Implement SO_BINDTODEVICE sockopt 2019-09-27 14:14:04 -07:00
transport_test.go Internal change. 2019-10-14 17:46:52 -07:00