uquic/internal/ackhandler
2023-09-11 20:31:50 +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 rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -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
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 send and track packets with ECN markings 2023-09-11 20:31:50 +07:00
mock_sent_packet_tracker_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -07:00
mockgen.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -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 ackhandler: rename variables to follow RFC 9002 terminology (#4062) 2023-09-03 21:45:41 -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 send and track packets with ECN markings 2023-09-11 20:31:50 +07:00
sent_packet_handler_test.go send and track packets with ECN markings 2023-09-11 20:31:50 +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