mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
use *receivedPacket thoughout the session
This commit is contained in:
parent
e3c90c181a
commit
099545521f
5 changed files with 33 additions and 29 deletions
|
@ -20,7 +20,7 @@ type mockSession struct {
|
|||
closed bool
|
||||
}
|
||||
|
||||
func (s *mockSession) handlePacket(addr interface{}, hdr *PublicHeader, data []byte) {
|
||||
func (s *mockSession) handlePacket(*receivedPacket) {
|
||||
s.packetCount++
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue