tunnel: checking closed connector

This commit is contained in:
ginuerzh
2024-11-01 15:25:45 +08:00
parent 88ba01b3dd
commit f4d9a5f79b
11 changed files with 121 additions and 108 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ func (d *icmpDialer) initSession(ctx context.Context, addr net.Addr, conn net.Pa
KeepAlivePeriod: d.md.keepAlivePeriod,
HandshakeIdleTimeout: d.md.handshakeTimeout,
MaxIdleTimeout: d.md.maxIdleTimeout,
Versions: []quic.VersionNumber{
Versions: []quic.Version{
quic.Version1,
quic.Version2,
},