diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-10-28 02:35:11 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-28 02:35:11 +0000 |
commit | 6b463fe2b71a6201db0abd052d964c59317e6f6e (patch) | |
tree | c389a5ce4b1281f0c29830a45adf2692eb5b6ce1 /pkg/tcpip/stack/nic.go | |
parent | 51a20bc178195f8b82d8edf7354ba1ce2a96fdf1 (diff) | |
parent | 035b1c8272b2a26f96bf4ad04330e04dba2f8ff6 (diff) |
Merge release-20201019.0-76-g035b1c827 (automated)
Diffstat (limited to 'pkg/tcpip/stack/nic.go')
-rw-r--r-- | pkg/tcpip/stack/nic.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/nic.go b/pkg/tcpip/stack/nic.go index b97f4380a..17f2e6b46 100644 --- a/pkg/tcpip/stack/nic.go +++ b/pkg/tcpip/stack/nic.go @@ -687,7 +687,8 @@ func (n *NIC) DeliverNetworkPacket(remote, local tcpip.LinkAddress, protocol tcp // n doesn't have a destination endpoint. // Send the packet out of n. - // TODO(gvisor.dev/issue/1085): According to the RFC, we must decrease the TTL field for ipv4/ipv6. + // TODO(gvisor.dev/issue/1085): According to the RFC, we must decrease + // the TTL field for ipv4/ipv6. // pkt may have set its header and may not have enough headroom for // link-layer header for the other link to prepend. Here we create a new |