gvisor/pkg/tcpip/network/ipv6
Arthur Sfez 7f9e13053e Count IP OutgoingPacketErrors in the NetworkEndpoint methods
Before this change, OutgoingPacketErrors was incremented in the
stack.Route methods. This was going to be a problem once
IPv4/IPv6 WritePackets support fragmentation because Route.WritePackets
might now know how many packets are left after an error occurs.

Test:
  - pkg/tcpip/network/ipv4:ipv4_test
  - pkg/tcpip/network/ipv6:ipv6_test
PiperOrigin-RevId: 334687983
2020-09-30 15:09:38 -07:00
..
BUILD
dhcpv6configurationfromndpra_string.go Move IP state from NIC to NetworkEndpoint/Protocol 2020-09-29 00:20:41 -07:00
icmp.go Use the ICMP error response facility 2020-09-30 13:05:14 -07:00
icmp_test.go
ipv6.go
ipv6_test.go
ndp.go
ndp_test.go Trim Network/Transport Endpoint/Protocol 2020-09-29 02:05:50 -07:00