mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
rename the sessionRunner to connRunner
This commit is contained in:
parent
97690dc493
commit
86338d3ce0
7 changed files with 99 additions and 99 deletions
|
@ -36,7 +36,7 @@ type unknownPacketHandler interface {
|
|||
type packetHandlerManager interface {
|
||||
AddWithConnID(protocol.ConnectionID, protocol.ConnectionID, func() packetHandler) bool
|
||||
Destroy() error
|
||||
sessionRunner
|
||||
connRunner
|
||||
SetServer(unknownPacketHandler)
|
||||
CloseServer()
|
||||
}
|
||||
|
@ -75,7 +75,7 @@ type baseServer struct {
|
|||
// set as a member, so they can be set in the tests
|
||||
newSession func(
|
||||
sendConn,
|
||||
sessionRunner,
|
||||
connRunner,
|
||||
protocol.ConnectionID, /* original dest connection ID */
|
||||
*protocol.ConnectionID, /* retry src connection ID */
|
||||
protocol.ConnectionID, /* client dest connection ID */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue