use *receivedPacket thoughout the session

This commit is contained in:
Lucas Clemente 2016-09-07 14:10:32 +02:00
parent e3c90c181a
commit 099545521f
5 changed files with 33 additions and 29 deletions

View file

@ -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++
}