uquic/internal/ackhandler
Gaukas Wang 9178bdb6a5
fix: MaybePackProbePacket also use QUIC spec (#34)
Patch MaybePackProbePacket to also generate the initial packet based on the QUIC spec if set. This fixes the incorrect behavior observed on automatic retry on timeout (sending probe packet), where uquic was inccorectly sending the default frames (PADDING, CRYPTO) instead of specified frames by QUIC spec.

Signed-off-by: Gaukas Wang <i@gaukas.wang>
2024-05-02 19:09:00 -06:00
..
ack_eliciting.go break: update repo url [ci skip] 2023-08-03 18:58:52 -06:00
ack_eliciting_test.go break: update repo url [ci skip] 2023-08-03 18:58:52 -06:00
ackhandler.go sync: quic-go 0.42.0 2024-04-23 22:34:55 -06: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 fix: error after sync 2023-10-26 22:48:59 -06:00
ecn_test.go fix: error after sync 2023-10-26 22:48:59 -06:00
frame.go break: update repo url [ci skip] 2023-08-03 18:58:52 -06:00
interfaces.go upstream: sync to 0.39.1 2023-10-26 22:47:22 -06:00
mock_ecn_handler_test.go sync: quic-go 0.42.0 2024-04-23 22:34:55 -06:00
mock_sent_packet_tracker_test.go sync: quic-go 0.42.0 2024-04-23 22:34:55 -06:00
mockgen.go sync: quic-go 0.42.0 2024-04-23 22:34:55 -06:00
packet.go break: update repo url [ci skip] 2023-08-03 18:58:52 -06:00
packet_number_generator.go sync: quic-go 0.42.0 2024-04-23 22:34:55 -06:00
packet_number_generator_test.go break: update repo url [ci skip] 2023-08-03 18:58:52 -06:00
received_packet_handler.go sync: quic-go 0.42.0 2024-04-23 22:34:55 -06:00
received_packet_handler_test.go sync: quic-go 0.42.0 2024-04-23 22:34:55 -06:00
received_packet_history.go break: update repo url [ci skip] 2023-08-03 18:58:52 -06:00
received_packet_history_test.go break: update repo url [ci skip] 2023-08-03 18:58:52 -06:00
received_packet_tracker.go sync: quic-go 0.42.0 2024-04-23 22:34:55 -06:00
received_packet_tracker_test.go sync: quic-go 0.42.0 2024-04-23 22:34:55 -06: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 sync: quic-go 0.42.0 2024-04-23 22:34:55 -06:00
sent_packet_handler_test.go upstream: sync to 0.39.1 2023-10-26 22:47:22 -06:00
sent_packet_history.go break: update repo url [ci skip] 2023-08-03 18:58:52 -06:00
sent_packet_history_test.go break: update repo url [ci skip] 2023-08-03 18:58:52 -06:00
u_ackhandler.go fix: build error after sync 2024-04-23 23:20:14 -06:00
u_sent_packet_handler.go fix: MaybePackProbePacket also use QUIC spec (#34) 2024-05-02 19:09:00 -06:00