Update gVisor to 20240212.0-65-g71212d503

This commit is contained in:
世界 2024-03-15 16:10:21 +08:00
parent a9895a7d88
commit e0ddbbb84f
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
6 changed files with 12 additions and 12 deletions

View file

@ -102,10 +102,10 @@ func (e *DarwinEndpoint) ARPHardwareType() header.ARPHardwareType {
return header.ARPHardwareNone
}
func (e *DarwinEndpoint) AddHeader(buffer stack.PacketBufferPtr) {
func (e *DarwinEndpoint) AddHeader(buffer *stack.PacketBuffer) {
}
func (e *DarwinEndpoint) ParseHeader(ptr stack.PacketBufferPtr) bool {
func (e *DarwinEndpoint) ParseHeader(ptr *stack.PacketBuffer) bool {
return true
}