Update gVisor to 20230417.0
This commit is contained in:
parent
a6a8c23d65
commit
209ec123ca
19 changed files with 1593 additions and 16 deletions
|
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
type DirectDestination interface {
|
||||
WritePacket(buffer *buf.Buffer) error
|
||||
WritePacketBuffer(buffer *stack.PacketBuffer) error
|
||||
WritePacketBuffer(buffer stack.PacketBufferPtr) error
|
||||
Close() error
|
||||
Timeout() bool
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue