rename the session to connection

This commit is contained in:
Marten Seemann
2022-03-27 11:25:42 +01:00
parent d7ad1b6b9b
commit 4b17343631
16 changed files with 574 additions and 574 deletions

View File

@@ -32,7 +32,7 @@ type connManager struct {
}
// The connMultiplexer listens on multiple net.PacketConns and dispatches
// incoming packets to the session handler.
// incoming packets to the connection handler.
type connMultiplexer struct {
mutex sync.Mutex