default to smux version 2 for tunnel

This commit is contained in:
ginuerzh
2023-10-17 22:15:23 +08:00
parent 1759c95e78
commit 0a565120df
5 changed files with 37 additions and 9 deletions

View File

@ -11,7 +11,7 @@ import (
)
const (
defaultMuxVersion = 2
defaultMuxVersion = 1
)
type metadata struct {