Update On Wed Sep 25 20:37:14 CEST 2024

This commit is contained in:
github-action[bot]
2024-09-25 20:37:14 +02:00
parent dfd82cb3ee
commit 0dc19409a1
64 changed files with 1355 additions and 669 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ func (m *Mux) DialContext(ctx context.Context) (net.Conn, error) {
defer func() {
underlay.Scheduler().DecPending()
}()
session := NewSession(mrand.Uint32(), true, underlay.MTU())
session := NewSession(mrand.Uint32(), true, underlay.MTU(), m.users)
if err := underlay.AddSession(session, nil); err != nil {
return nil, fmt.Errorf("AddSession() failed: %v", err)
}