uquic/internal/ackhandler
2023-09-24 04:38:28 -07: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 use ackhandler.Frame directly, not as a pointer, remove its sync.Pool (#3835) 2023-06-02 04:56:18 -07:00
ackhandler.go make the logging.Tracer and logging.ConnectionTracer a struct (#4082) 2023-09-16 04:58:51 -07: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 distinguish coalesced and 1-RTT packets when determining ECN mode 2023-09-11 20:31:50 +07:00
mock_ecn_handler_test.go update gomock to v0.3.0 (#4087) 2023-09-24 04:38:28 -07:00
mock_sent_packet_tracker_test.go update gomock to v0.3.0 (#4087) 2023-09-24 04:38:28 -07:00
mockgen.go feed ECN feedback into the congestion controller 2023-09-11 21:17:31 +07:00
packet.go ackhandler: unexport Packet 2023-06-05 21:06:58 +03:00
packet_number_generator.go ackhandler: be explicit about skipping packet numbers (#3886) 2023-06-04 12:45:43 -07: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: rename variables to follow RFC 9002 terminology (#4062) 2023-09-03 21:45:41 -07:00
received_packet_handler_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
received_packet_history.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
received_packet_history_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
received_packet_tracker.go only add an ECN control message if ECN is supported 2023-09-11 20:31:50 +07:00
received_packet_tracker_test.go ackhandler: rename variables to follow RFC 9002 terminology (#4062) 2023-09-03 21:45:41 -07: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 simplify pacing logic by introducing a SendPacingLimited send mode 2023-06-02 18:35:02 +03:00
sent_packet_handler.go make the logging.Tracer and logging.ConnectionTracer a struct (#4082) 2023-09-16 04:58:51 -07:00
sent_packet_handler_test.go feed ECN feedback into the congestion controller 2023-09-11 21:17:31 +07:00
sent_packet_history.go ackhandler: unexport Packet 2023-06-05 21:06:58 +03:00
sent_packet_history_test.go ackhandler: unexport Packet 2023-06-05 21:06:58 +03:00