mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #8458 from kevinGC:udp-forwarder-incref
PiperOrigin-RevId: 506175969
This commit is contained in:
@@ -47,7 +47,7 @@ func (f *Forwarder) HandlePacket(id stack.TransportEndpointID, pkt stack.PacketB
|
||||
f.handler(&ForwarderRequest{
|
||||
stack: f.stack,
|
||||
id: id,
|
||||
pkt: pkt,
|
||||
pkt: pkt.IncRef(),
|
||||
})
|
||||
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user