mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-08-01 11:34:16 +03:00
Update gVisor to 20230417.0
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"gvisor.dev/gvisor/pkg/tcpip/stack"
|
||||
)
|
||||
|
||||
func (d *natDestinationWrapper) WritePacketBuffer(buffer *stack.PacketBuffer) error {
|
||||
func (d *natDestinationWrapper) WritePacketBuffer(buffer stack.PacketBufferPtr) error {
|
||||
defer buffer.DecRef()
|
||||
if d.device.writer != nil {
|
||||
d.device.writer.RewritePacketBuffer(buffer)
|
||||
|
||||
Reference in New Issue
Block a user