forked from quic-go/quic-go
rename the session to connection
This commit is contained in:
@@ -64,7 +64,7 @@ type packetHandlerMapEntry struct {
|
||||
|
||||
// The packetHandlerMap stores packetHandlers, identified by connection ID.
|
||||
// It is used:
|
||||
// * by the server to store sessions
|
||||
// * by the server to store connections
|
||||
// * when multiplexing outgoing connections to store clients
|
||||
type packetHandlerMap struct {
|
||||
mutex sync.Mutex
|
||||
|
||||
Reference in New Issue
Block a user