diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-11-26 04:04:29 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-26 04:04:29 +0000 |
commit | 55c38174d6d9c55faf274cc6fa80e5671f1adb1d (patch) | |
tree | 331731bf8c448244099f579d08ea6ab55ddfda8a /pkg/tcpip/transport/packet | |
parent | 3927c666bb886f7aceb0c6d369a0fda2f14d6616 (diff) | |
parent | bebadb5182f3cf2573c0ca589fcc634448fb54ef (diff) |
Merge release-20201109.0-119-gbebadb518 (automated)
Diffstat (limited to 'pkg/tcpip/transport/packet')
-rw-r--r-- | pkg/tcpip/transport/packet/endpoint.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/tcpip/transport/packet/endpoint.go b/pkg/tcpip/transport/packet/endpoint.go index e2c7a0d62..da402bad9 100644 --- a/pkg/tcpip/transport/packet/endpoint.go +++ b/pkg/tcpip/transport/packet/endpoint.go @@ -549,8 +549,10 @@ func (ep *endpoint) Stats() tcpip.EndpointStats { return &ep.stats } +// SetOwner implements tcpip.Endpoint.SetOwner. func (ep *endpoint) SetOwner(owner tcpip.PacketOwner) {} +// SocketOptions implements tcpip.Endpoint.SocketOptions. func (ep *endpoint) SocketOptions() *tcpip.SocketOptions { return &ep.ops } |