gvisor/pkg/tcpip/transport/icmp
Ian Gudger 56a6128295 Implement IP_MULTICAST_LOOP.
IP_MULTICAST_LOOP controls whether or not multicast packets sent on the default
route are looped back. In order to implement this switch, support for sending
and looping back multicast packets on the default route had to be implemented.

For now we only support IPv4 multicast.

PiperOrigin-RevId: 237534603
Change-Id: I490ac7ff8e8ebef417c7eb049a919c29d156ac1c
2019-03-08 15:49:17 -08:00
..
BUILD Rename ping endpoints to icmp endpoints. 2019-02-22 13:34:47 -08:00
endpoint.go Implement IP_MULTICAST_LOOP. 2019-03-08 15:49:17 -08:00
endpoint_state.go Implement IP_MULTICAST_LOOP. 2019-03-08 15:49:17 -08:00
protocol.go Ping support via IPv4 raw sockets. 2019-02-27 14:31:21 -08:00