Update dependencies

Add half close for smux
Update gVisor to 20220905.0
This commit is contained in:
世界
2022-09-07 22:54:04 +08:00
parent 46a8f24400
commit aa7e85caa7
3 changed files with 25 additions and 24 deletions

View File

@@ -154,6 +154,7 @@ func (t *Tun) Start() error {
EndpointIndependentNat: t.endpointIndependentNat,
UDPTimeout: t.udpTimeout,
Handler: t,
Logger: t.logger,
})
if err != nil {
return err