gvisor/pkg/tcpip/stack
Chris Kuiper d18bb4f38a Adjust route when looping multicast packets
Multicast packets are special in that their destination address does not
identify a specific interface. When sending out such a packet the multicast
address is the remote address, but for incoming packets it is the local
address. Hence, when looping a multicast packet, the route needs to be
tweaked to reflect this.

PiperOrigin-RevId: 251739298
2019-06-05 16:08:29 -07:00
..
BUILD Remove license comments 2019-01-31 11:12:53 -08:00
linkaddrcache.go Remove unused wakers 2019-05-24 12:29:14 -07:00
linkaddrcache_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
nic.go UDP and TCP raw socket support. 2019-05-22 13:45:15 -07:00
registration.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
route.go Adjust route when looping multicast packets 2019-06-05 16:08:29 -07:00
stack.go Implement support for SACK based recovery(RFC 6675). 2019-05-03 10:51:18 -07:00
stack_global_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
stack_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
transport_demuxer.go UDP and TCP raw socket support. 2019-05-22 13:45:15 -07:00
transport_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00