mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
parent
2fb42afc8a
commit
a10d58c8ca
5 changed files with 14 additions and 14 deletions
|
@ -22,7 +22,7 @@ func (s *mockSession) handlePacket(addr interface{}, hdr *publicHeader, data []b
|
|||
s.packetCount++
|
||||
}
|
||||
|
||||
func (s *mockSession) Run() {
|
||||
func (s *mockSession) run() {
|
||||
}
|
||||
|
||||
func newMockSession(conn connection, v protocol.VersionNumber, connectionID protocol.ConnectionID, sCfg *handshake.ServerConfig, streamCallback StreamCallback, closeCallback closeCallback) packetHandler {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue