diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-11 02:37:36 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-11 02:37:36 +0000 |
commit | a899135b1efd922afd16259453ffc7abd99beeb6 (patch) | |
tree | 6edb257c88acd2c52a50e5d6a2b944eee2473253 /pkg/tcpip/stack/registration.go | |
parent | 1e5eb26802956650cbe9a32bd6179a07f0918ff6 (diff) | |
parent | 8e31f0dc57d44fb463441f6156fba5c240369dfe (diff) |
Merge release-20200804.0-61-g8e31f0dc5 (automated)
Diffstat (limited to 'pkg/tcpip/stack/registration.go')
-rw-r--r-- | pkg/tcpip/stack/registration.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/tcpip/stack/registration.go b/pkg/tcpip/stack/registration.go index 8604c4259..4570e8969 100644 --- a/pkg/tcpip/stack/registration.go +++ b/pkg/tcpip/stack/registration.go @@ -249,8 +249,8 @@ type NetworkEndpoint interface { MaxHeaderLength() uint16 // WritePacket writes a packet to the given destination address and - // protocol. It takes ownership of pkt. pkt.TransportHeader must have already - // been set. + // protocol. It takes ownership of pkt. pkt.TransportHeader must have + // already been set. WritePacket(r *Route, gso *GSO, params NetworkHeaderParams, pkt *PacketBuffer) *tcpip.Error // WritePackets writes packets to the given destination address and |