gvisor/pkg/tcpip/header
Chris Kuiper e491ebbacf Allow sending of multicast and IPv6 link-local packets w/o route.
Same as with broadcast packets, sending of a multicast packet shouldn't require
accessing the route table. The same applies to IPv6 link-local addresses, which
aren't routable at all (they don't belong to any subnet by definition).

PiperOrigin-RevId: 225775870
Change-Id: Ic53e6560c125a83be2be9c3d112e66b36e8dfe7b
2018-12-16 23:05:59 -08:00
..
BUILD Add an implementation of a SACK scoreboard as per RFC6675. 2018-11-09 14:38:46 -08:00
arp.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
checksum.go Merge segments in sender's writeList 2018-11-05 15:39:30 -08:00
eth.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
gue.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
icmpv4.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
icmpv6.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
interfaces.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
ipv4.go Internal change. 2018-11-06 11:08:22 -08:00
ipv6.go Allow sending of multicast and IPv6 link-local packets w/o route. 2018-12-16 23:05:59 -08:00
ipv6_fragment.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
ipversion_test.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
tcp.go Add an implementation of a SACK scoreboard as per RFC6675. 2018-11-09 14:38:46 -08:00
tcp_test.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00
udp.go Use correct company name in copyright header 2018-10-19 16:35:11 -07:00