uquic/internal/ackhandler
2023-08-28 02:23:55 -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 ackhandler: unexport Packet 2023-06-05 21:06:58 +03: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 use a synchronous API for the crypto setup (#3939) 2023-07-21 10:00:42 -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 use the same ACK frame struct in the send path, remove ACK frame pool (#3831) 2023-06-02 08:34:27 -07:00
received_packet_tracker_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -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 simplify pacing logic by introducing a SendPacingLimited send mode 2023-06-02 18:35:02 +03:00
sent_packet_handler.go use a synchronous API for the crypto setup (#3939) 2023-07-21 10:00:42 -07:00
sent_packet_handler_test.go switch from unmaintained golang/mock to go.uber.org/mock (#4050) 2023-08-28 02:23:55 -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