diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-20 21:36:32 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-20 21:36:32 +0000 |
commit | f136200c92da0431128db9f816be2bb0fe7382cc (patch) | |
tree | 59b869b51650e7963afc7d031961bbdd4ec36609 /pkg/tcpip/stack/packet_buffer.go | |
parent | b982db8fdc6b69c08d3c5a21ae0b2994240fa947 (diff) | |
parent | 07b1b4cc98552a7d45d673ce1e4d1222bbffca7d (diff) |
Merge release-20200323.0-195-g07b1b4c (automated)
Diffstat (limited to 'pkg/tcpip/stack/packet_buffer.go')
-rwxr-xr-x | pkg/tcpip/stack/packet_buffer.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/packet_buffer.go b/pkg/tcpip/stack/packet_buffer.go index dc125f25e..e954a8b7e 100755 --- a/pkg/tcpip/stack/packet_buffer.go +++ b/pkg/tcpip/stack/packet_buffer.go @@ -37,7 +37,9 @@ type PacketBuffer struct { Data buffer.VectorisedView // Header holds the headers of outbound packets. As a packet is passed - // down the stack, each layer adds to Header. + // down the stack, each layer adds to Header. Note that forwarded + // packets don't populate Headers on their way out -- their headers and + // payload are never parsed out and remain in Data. Header buffer.Prependable // These fields are used by both inbound and outbound packets. They |