uquic/internal/ackhandler
2025-01-18 15:40:30 +08:00
..
ack_eliciting.go use ackhandler.Frame directly, not as a pointer, remove its sync.Pool (#3835) 2023-06-02 04:56:18 -07:00
ack_eliciting_test.go ackhandler: migrate ack-elicitng and send mode tests away from Ginkgo (#4862) 2025-01-12 21:09:37 +08:00
ackhandler.go remove unused RTTStats from the received packet handler (#4287) 2024-01-30 01:02:30 -08:00
ackhandler_suite_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
ecn.go ackhandler: fix ECN mangling detection when packets are lost (#4089) 2023-09-17 22:08:33 -07:00
ecn_test.go ackhandler: fix ECN mangling detection when packets are lost (#4089) 2023-09-17 22:08:33 -07:00
frame.go ackhandler: use a frame handler interface for OnAcked / OnLost of all frame types (#3888) 2023-06-04 13:04:28 -07:00
interfaces.go ackhandler: avoid calling time.Now() when setting loss detection timer (#4885) 2025-01-18 15:40:30 +08:00
mock_ecn_handler_test.go update GoMock to v0.5.0 (#4776) 2024-12-21 10:56:18 +08:00
mock_sent_packet_tracker_test.go ackhandler: avoid calling time.Now() when setting loss detection timer (#4885) 2025-01-18 15:40:30 +08:00
mockgen.go use new gomock feature to generate type-safe methods in mocks (#4057) 2023-10-20 22:55:33 -07:00
packet.go ackhandler: unexport Packet 2023-06-05 21:06:58 +03:00
packet_number_generator.go utils: switch to standard library min and max functions (#4218) 2023-12-27 21:19:13 -08:00
packet_number_generator_test.go ackhandler: be explicit about skipping packet numbers (#3886) 2023-06-04 12:45:43 -07:00
received_packet_handler.go ackhandler: avoid calling time.Now() when setting loss detection timer (#4885) 2025-01-18 15:40:30 +08:00
received_packet_handler_test.go ackhandler: avoid calling time.Now() when setting loss detection timer (#4885) 2025-01-18 15:40:30 +08:00
received_packet_history.go ackhandler: optimize received packet tracking (#4584) 2024-07-20 08:14:26 -07:00
received_packet_history_test.go ackhandler: migrate received packet history tests away from Ginkgo (#4863) 2025-01-12 21:18:53 +08:00
received_packet_tracker.go ackhandler: don't delay ACKs for Initial and Handshake packets (#4288) 2024-01-31 19:13:53 -08:00
received_packet_tracker_test.go ackhandler: migrate received packet tracker tests away from Ginkgo (#4864) 2025-01-12 21:28:26 +08:00
send_mode.go simplify pacing logic by introducing a SendPacingLimited send mode 2023-06-02 18:35:02 +03:00
send_mode_test.go ackhandler: migrate ack-elicitng and send mode tests away from Ginkgo (#4862) 2025-01-12 21:09:37 +08:00
sent_packet_handler.go ackhandler: avoid calling time.Now() when setting loss detection timer (#4885) 2025-01-18 15:40:30 +08:00
sent_packet_handler_test.go ackhandler: avoid calling time.Now() when setting loss detection timer (#4885) 2025-01-18 15:40:30 +08:00
sent_packet_history.go ackhandler: reduce allocations for tracking sent packets (#4602) 2024-07-31 16:37:05 -07:00
sent_packet_history_test.go ackhandler: migrate sent packet history tests away from Ginkgo (#4869) 2025-01-13 10:27:12 +08:00