mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
add missing tracing for dropped 0-RTT packets (#3762)
This commit is contained in:
parent
8507208665
commit
a8a24a2bc2
2 changed files with 4 additions and 0 deletions
|
@ -323,6 +323,7 @@ var _ = Describe("Packet Handler Map", func() {
|
|||
}
|
||||
// We're already storing the maximum number of queues. This packet will be dropped.
|
||||
connID := protocol.ParseConnectionID([]byte{1, 2, 3, 4, 5, 6, 7, 8, 9})
|
||||
tracer.EXPECT().DroppedPacket(gomock.Any(), logging.PacketType0RTT, gomock.Any(), logging.PacketDropDOSPrevention)
|
||||
handler.handlePacket(&receivedPacket{data: getPacketWithPacketType(connID, protocol.PacketType0RTT, 1)})
|
||||
// Don't EXPECT any handlePacket() calls.
|
||||
conn := NewMockPacketHandler(mockCtrl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue