uquic/internal/ackhandler
2023-08-02 15:38:16 -06: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 stop using math/rand.Seed and Read in tests, bump go.mod version to 1.20 (#3936) 2023-07-01 11:29:41 -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 simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mockgen.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -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 rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08: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 new: uquic 2023-08-02 15:38:16 -06:00
sent_packet_handler_test.go use a synchronous API for the crypto setup (#3939) 2023-07-21 10:00:42 -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
u_ackhandler.go new: uquic 2023-08-02 15:38:16 -06:00
u_sent_packet_handler.go new: uquic 2023-08-02 15:38:16 -06:00