Add multi-relay URL support with round-robin and random endpoint selection

This commit is contained in:
Amin.MasterkinG
2026-04-21 15:58:23 +03:30
parent ab7365e35d
commit 787bd90ffd
9 changed files with 254 additions and 20 deletions
-2
View File
@@ -355,8 +355,6 @@ func (s *Server) processPacketLocked(session *ClientSession, packet protocol.Pac
default:
return nil, fmt.Errorf("unsupported packet type: %s", packet.Type)
}
return nil, nil
}
func (s *Server) getOrCreateSession(clientSessionKey string) *ClientSession {