mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix-up issue comment.
PiperOrigin-RevId: 326129258
This commit is contained in:
committed by
gVisor bot
parent
49947d2eb9
commit
c92242c89a
@@ -199,7 +199,7 @@ func (e *endpoint) WritePackets(_ *stack.Route, _ *stack.GSO, pkts stack.PacketB
|
||||
|
||||
// WriteRawPacket implements stack.LinkEndpoint.WriteRawPacket.
|
||||
func (e *endpoint) WriteRawPacket(vv buffer.VectorisedView) *tcpip.Error {
|
||||
// TODO(gvisor.dev/issue/3267/): Queue these packets as well once
|
||||
// TODO(gvisor.dev/issue/3267): Queue these packets as well once
|
||||
// WriteRawPacket takes PacketBuffer instead of VectorisedView.
|
||||
return e.lower.WriteRawPacket(vv)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user