Update gVisor to 20230417.0

This commit is contained in:
世界
2023-04-22 20:14:22 +08:00
parent a6a8c23d65
commit 209ec123ca
19 changed files with 1593 additions and 16 deletions

View File

@@ -3,7 +3,8 @@
package tun
import (
"gvisor.dev/gvisor/pkg/tcpip/link/fdbased"
"github.com/sagernet/sing-tun/internal/fdbased"
"gvisor.dev/gvisor/pkg/tcpip/stack"
)