mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Properly delegate Wait
PiperOrigin-RevId: 306959393
This commit is contained in:
committed by
gVisor bot
parent
3b05f576d7
commit
e7dcd942ac
@@ -238,7 +238,7 @@ func (e *endpoint) WriteRawPacket(vv buffer.VectorisedView) *tcpip.Error {
|
||||
}
|
||||
|
||||
// Wait implements stack.LinkEndpoint.Wait.
|
||||
func (*endpoint) Wait() {}
|
||||
func (e *endpoint) Wait() { e.lower.Wait() }
|
||||
|
||||
func logPacket(prefix string, protocol tcpip.NetworkProtocolNumber, b buffer.View, gso *stack.GSO) {
|
||||
// Figure out the network layer info.
|
||||
|
||||
Reference in New Issue
Block a user