Skip to content

Commit

Permalink
update smux to fix the bug of session close
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Nov 19, 2024
1 parent d6d2b3b commit df42df9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/urfave/cli v1.22.16
github.com/xtaci/kcp-go/v5 v5.6.18
github.com/xtaci/qpp v1.1.17
github.com/xtaci/smux v1.5.31
github.com/xtaci/smux v1.5.32
github.com/xtaci/tcpraw v1.2.31
golang.org/x/crypto v0.28.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ github.com/xtaci/qpp v1.1.17 h1:w35NYqF3wOBoAMs+2qA2XFjkNQ12mugw51CUJ7OcTzo=
github.com/xtaci/qpp v1.1.17/go.mod h1:dJS3usaXNMbWxZSWCAdxz01UgJcz9wXDkd4BccDY/V0=
github.com/xtaci/smux v1.5.31 h1:3ha7sHtH46h85Iv7MfQogxasuRt1KPRhoFB3S4rmHgU=
github.com/xtaci/smux v1.5.31/go.mod h1:OMlQbT5vcgl2gb49mFkYo6SMf+zP3rcjcwQz7ZU7IGY=
github.com/xtaci/smux v1.5.32 h1:IDdOaJDf8jk5NHKlTw05ge+0rdMjnXg3cwHkss5Pbcw=
github.com/xtaci/smux v1.5.32/go.mod h1:OMlQbT5vcgl2gb49mFkYo6SMf+zP3rcjcwQz7ZU7IGY=
github.com/xtaci/tcpraw v1.2.31 h1:i9mXzejnGJdGi0DpVKUn19Hq202/sHOJt0kObEwuE/U=
github.com/xtaci/tcpraw v1.2.31/go.mod h1:T1blYD2EDkLneb+HtxddnzX38SoC9BG537EhkXeaT2k=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand Down
9 changes: 6 additions & 3 deletions vendor/github.com/xtaci/smux/session.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ github.com/xtaci/kcp-go/v5
# github.com/xtaci/qpp v1.1.17
## explicit; go 1.22.3
github.com/xtaci/qpp
# github.com/xtaci/smux v1.5.31
# github.com/xtaci/smux v1.5.32
## explicit; go 1.13
github.com/xtaci/smux
# github.com/xtaci/tcpraw v1.2.31
Expand Down

0 comments on commit df42df9

Please sign in to comment.