Update gVisor to 20230605.0-33-g8ec8dbe7e

This commit is contained in:
世界 2023-06-11 21:55:48 +08:00
parent 605266e65e
commit 41b2639e13
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
18 changed files with 38 additions and 1604 deletions

View file

@ -3,10 +3,10 @@
package tun
import (
"gvisor.dev/gvisor/pkg/buffer"
"gvisor.dev/gvisor/pkg/tcpip"
"gvisor.dev/gvisor/pkg/tcpip/header"
"gvisor.dev/gvisor/pkg/tcpip/stack"
"github.com/sagernet/gvisor/pkg/buffer"
"github.com/sagernet/gvisor/pkg/tcpip"
"github.com/sagernet/gvisor/pkg/tcpip/header"
"github.com/sagernet/gvisor/pkg/tcpip/stack"
)
var _ GVisorTun = (*NativeTun)(nil)