test: fix issues in tests with cryptography

This commit is contained in:
Houmgaor
2025-10-19 21:18:55 +02:00
parent 8a92a7957e
commit 0e7bc553d7
5 changed files with 550 additions and 89 deletions

View File

@@ -31,7 +31,7 @@ type Session struct {
logger *zap.Logger
server *Server
rawConn net.Conn
cryptConn *network.CryptConn
cryptConn network.Conn
sendPackets chan packet
clientContext *clientctx.ClientContext
lastPacket time.Time