From 7bca09107b4efc0a7f36f932612061f13a146d6f Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Wed, 11 Mar 2020 06:07:52 -0700 Subject: Automated rollback of changelist 300217972 PiperOrigin-RevId: 300308974 --- pkg/tcpip/packet_buffer.go | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'pkg/tcpip/packet_buffer.go') diff --git a/pkg/tcpip/packet_buffer.go b/pkg/tcpip/packet_buffer.go index 04852132c..ab24372e7 100644 --- a/pkg/tcpip/packet_buffer.go +++ b/pkg/tcpip/packet_buffer.go @@ -39,12 +39,8 @@ type PacketBuffer struct { // payload. DataSize int - // Header holds the headers of outbound packets generated by the netstack. As - // a packet is passed down the stack, each layer adds to Header. - // - // Note, if a packet is being forwarded at the IP layer, the headers for the - // IP layer and above (transport) will be held in Data as the packet was not - // passed down the stack it arrived at before being forwarded. + // Header holds the headers of outbound packets. As a packet is passed + // down the stack, each layer adds to Header. Header buffer.Prependable // These fields are used by both inbound and outbound packets. They -- cgit v1.2.3