- 3127a54 Internal change by wub · 3 years, 8 months ago
- 9e97f80 In QuicConnectionStats, rename max_packet_size to egress_mtu, and max_received_packet_size to ingress_mtu. by wub · 3 years, 8 months ago
- b25dd21 Use new connection IDs in IETF quic connection migration. by haoyuewang · 3 years, 9 months ago
- ab3139c Record some stats from QUIC TlsServerHandshaker: by wub · 3 years, 10 months ago
- a25ed9d Implement QUIC server validates the new peer address upon receiving PATH_CHALLENGE or peer migration. by danzh · 4 years ago
- 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 1 month ago
- d05824d Record the number of ping frames sent in QuicConnectionStats. by wub · 4 years, 2 months ago
- 133b868 Support token based address validation in IETF QUIC. by fayang · 4 years, 2 months ago
- ad5eb5d QUIC+TLS server should temporarily retain 0-RTT keys so that re-ordered packets can be decoded. by mattm · 4 years, 2 months ago
- a2ae935 Move num_failed_authentication_packets_received to QuicConnectionStats and fix QuicConnectionTest.IntegrityLimitDoesNotApplyWithoutDecryptionKey by mattm · 4 years, 3 months ago
- 072a7e3 QUIC Key Update support by mattm · 4 years, 4 months ago
- 8607b29 Log handshake completion time in quic_connection_stats. Logging only. by fayang · 4 years, 5 months ago
- 2146ce8 Stop tracking http response size and latency from QuicConnectionStats. Not protected. by wub · 4 years, 6 months ago
- 635dbbd For quic loss detection tuning: return response_size from quicacklistenerinterface::onpacketacked in addition to the response_time, then use it to normalize the average http latency used for reward. stats not protected; lossdetectiontuner change protected by existing --gfe2_reloadable_flag_quic_enable_loss_detection_experiment_at_gfe. by wub · 4 years, 6 months ago
- b3359b0 Internal QUICHE change by fayang · 4 years, 6 months ago
- b104f0f For quic loss detection tuning, add a new reward function using average http latency and run it side by side with the existing reward function. protected by --gfe2_reloadable_flag_quic_enable_loss_detection_experiment_at_gfe. by wub · 4 years, 7 months ago
- 6458eb3 Introduce Legacy Version Encapsulation by dschinazi · 4 years, 7 months ago
- 050d2d4 For quic loss detection, replace quicconnectionstats.total_loss_detection_time by quicconnectionstats. total_loss_detection_response_time to improve the accuracy of detection speed. protected by existing --gfe2_reloadable_flag_quic_enable_loss_detection_experiment_at_gfe. by wub · 4 years, 7 months ago
- 8e29e90 Internal QUICHE change by haoyuewang · 4 years, 7 months ago
- d8b383e In quic loss detection tuner, do not give feedback if a connection 1) has no packets lost, 2) would still have no packets lost if the reordering_shift increased by one. protected by existing flag --gfe2_reloadable_flag_quic_enable_loss_detection_experiment_at_gfe. by wub · 4 years, 8 months ago
- 2a379bf In quic, record the max consecutive retransmission timeout before making forward progress. stats only change, not protected. by fayang · 4 years, 8 months ago
- 643c7dd Internal QUICHE change by fayang · 4 years, 8 months ago
- aa51f0e Let lossdetectioninterface::detectlosses to return a detectionstats which includes the max sequence reordering observed from acked packets. protected by existing flag --gfe2_reloadable_flag_quic_enable_loss_detection_experiment_at_gfe. by wub · 4 years, 9 months ago
- 5b2a346 Internal QUICHE change by fayang · 4 years, 11 months ago
- 02831dc gfe-relnote: (n/a) Record number of spurious losses in QuicConnectionStats. Stats only, not protected. by wub · 5 years ago
- e330aa4 gfe-relnote: (n/a) Record total loss detection time in QuicConnectionStats. Stats only, not protected. by wub · 5 years ago
- 9528ecf Internal QUICHE change by wub · 5 years ago
- 7d164eb Internal QUICHE change by fayang · 5 years ago
- e619ef6 gfe-relnote: (n/a) Change member initializer list to default member initializers in QuicConnectionStats. No behavior change, not protected. by wub · 5 years ago
- 5cd4959 Internal QUICHE change by wub · 5 years ago
- be29b9e gfe-relnote: Refactor how QuicConnectionStats.slowstart_duration is calculated in QUIC BBR1, and start populate it in QUIC BBR2. Not protected. (Worst case we get some incorrect values in transport connection stats) by wub · 5 years ago
- 58f7107 gfe-relnote: In QUIC T049+, support sending coalesced packets. by fayang · 5 years ago
- 8a030dd Add retry support to quic_client_interop_test by dschinazi · 5 years ago
- 7d0f3c8 Fix flaky EndToEndTestWithTls.NoUndecryptablePackets by dschinazi · 5 years ago
- ce0a316 gfe-relnote: In QUIC, add probe timeout mode, which unifies TLP and RTO. Protected by gfe2_reloadable_flag_quic_enable_pto. by fayang · 5 years ago
- 6ece500 Ensure we can decrypt the first packet by dschinazi · 6 years ago
- 967ba57 gfe-relnote: Add some bbr startup stats into QuicConnectionStats. Stats only. Not protected. by wub · 6 years ago
- a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago