uquic/internal/ackhandler
2022-11-15 15:42:35 -08:00
..
ack_eliciting.go CONNECTION_CLOSE frames are not ack-eliciting 2020-10-25 13:22:33 +07:00
ack_eliciting_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
ackhandler.go Disable anti-amplification limit by address validation token (#3326) 2022-08-20 08:02:17 -07:00
ackhandler_suite_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
frame.go put STREAM frames back into the pool when they are acknowledged 2019-09-07 16:31:52 +07:00
interfaces.go use a sync.Pool to avoid allocations of ackhandler.Packet 2022-08-29 11:45:28 +03:00
mock_sent_packet_tracker_test.go use mockgen source mode 2021-02-20 09:59:44 +08:00
mockgen.go simplify pruning of old ACK ranges 2020-02-21 15:46:58 +07:00
packet.go use a sync.Pool to avoid allocations of ackhandler.Packet 2022-08-29 11:45:28 +03:00
packet_number_generator.go implement generic Min and Max functions 2022-08-10 14:59:05 +02:00
packet_number_generator_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
received_packet_handler.go ackhandler: reject duplicate packets in ReceivedPacket (#3568) 2022-10-11 02:27:10 -07:00
received_packet_handler_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
received_packet_history.go append ACK ranges instead of allocating a new slice 2022-09-05 20:15:35 +03:00
received_packet_history_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
received_packet_tracker.go ackhandler: reject duplicate packets in ReceivedPacket (#3568) 2022-10-11 02:27:10 -07:00
received_packet_tracker_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
send_mode.go change PTO to be per packet number space 2019-11-12 11:29:51 +07:00
send_mode_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
sent_packet_handler.go limit the exponential PTO backoff to 60s (#3595) 2022-11-15 15:42:35 -08:00
sent_packet_handler_test.go limit the exponential PTO backoff to 60s (#3595) 2022-11-15 15:42:35 -08:00
sent_packet_history.go fix usage of ackhandler.Packet pool for non-ack-eliciting packets (#3538) 2022-08-30 04:09:11 -07:00
sent_packet_history_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00