Update On Sat Nov 8 19:37:32 CET 2025

This commit is contained in:
github-action[bot]
2025-11-08 19:37:32 +01:00
parent 3c77c96f1a
commit bae995a73b
66 changed files with 995 additions and 858 deletions
+2
View File
@@ -143,6 +143,8 @@ func (u *PacketUnderlay) AddSession(s *Session, remoteAddr net.Addr) error {
return err
}
s.conn = u // override base underlay
s.transportProtocol = u.TransportProtocol()
s.forwardStateTo(sessionAttached)
close(s.ready)
log.Debugf("Adding session %d to %v", s.id, u)