gvisor/pkg/tcpip/header
Tamir Duberstein 313c767b00 Populate link address cache at dispatch
This allows the stack to learn remote link addresses on incoming
packets, reducing the need to ARP to send responses.

This also reduces the number of round trips to the system clock,
since that may also prove to be performance-sensitive.

Fixes #739.

PiperOrigin-RevId: 265815816
2019-08-27 18:54:56 -07:00
..
BUILD Update canonical repository. 2019-06-13 16:50:15 -07:00
arp.go Update canonical repository. 2019-06-13 16:50:15 -07:00
checksum.go Update canonical repository. 2019-06-13 16:50:15 -07:00
eth.go Update canonical repository. 2019-06-13 16:50:15 -07:00
gue.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
icmpv4.go Internal change. 2019-07-16 13:03:37 -07:00
icmpv6.go Update canonical repository. 2019-06-13 16:50:15 -07:00
interfaces.go Update canonical repository. 2019-06-13 16:50:15 -07:00
ipv4.go Use tcpip.Subnet in tcpip.Route 2019-08-21 15:31:18 -07:00
ipv6.go Populate link address cache at dispatch 2019-08-27 18:54:56 -07:00
ipv6_fragment.go Update canonical repository. 2019-06-13 16:50:15 -07:00
ipversion_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
tcp.go Stub out support for TCP_MAXSEG. 2019-07-12 13:35:17 -07:00
tcp_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
udp.go Update canonical repository. 2019-06-13 16:50:15 -07:00