mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 03:47:39 +03:00
Update gVisor to 20220905.0
This commit is contained in:
parent
2f15b0cd3f
commit
575ac29417
7 changed files with 39 additions and 36 deletions
2
stack.go
2
stack.go
|
@ -5,6 +5,7 @@ import (
|
|||
"net/netip"
|
||||
|
||||
E "github.com/sagernet/sing/common/exceptions"
|
||||
"github.com/sagernet/sing/common/logger"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -28,6 +29,7 @@ type StackOptions struct {
|
|||
EndpointIndependentNat bool
|
||||
UDPTimeout int64
|
||||
Handler Handler
|
||||
Logger logger.Logger
|
||||
}
|
||||
|
||||
func NewStack(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue