1. 3127a54 Internal change by wub · 3 years, 8 months ago
  2. 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
  3. b25dd21 Use new connection IDs in IETF quic connection migration. by haoyuewang · 3 years, 9 months ago
  4. ab3139c Record some stats from QUIC TlsServerHandshaker: by wub · 3 years, 10 months ago
  5. a25ed9d Implement QUIC server validates the new peer address upon receiving PATH_CHALLENGE or peer migration. by danzh · 4 years ago
  6. 5be974e Project import generated by Copybara. by QUICHE team · 4 years, 1 month ago
  7. d05824d Record the number of ping frames sent in QuicConnectionStats. by wub · 4 years, 2 months ago
  8. 133b868 Support token based address validation in IETF QUIC. by fayang · 4 years, 2 months ago
  9. 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
  10. a2ae935 Move num_failed_authentication_packets_received to QuicConnectionStats and fix QuicConnectionTest.IntegrityLimitDoesNotApplyWithoutDecryptionKey by mattm · 4 years, 3 months ago
  11. 072a7e3 QUIC Key Update support by mattm · 4 years, 4 months ago
  12. 8607b29 Log handshake completion time in quic_connection_stats. Logging only. by fayang · 4 years, 5 months ago
  13. 2146ce8 Stop tracking http response size and latency from QuicConnectionStats. Not protected. by wub · 4 years, 6 months ago
  14. 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
  15. b3359b0 Internal QUICHE change by fayang · 4 years, 6 months ago
  16. 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
  17. 6458eb3 Introduce Legacy Version Encapsulation by dschinazi · 4 years, 7 months ago
  18. 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
  19. 8e29e90 Internal QUICHE change by haoyuewang · 4 years, 7 months ago
  20. 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
  21. 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
  22. 643c7dd Internal QUICHE change by fayang · 4 years, 8 months ago
  23. 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
  24. 5b2a346 Internal QUICHE change by fayang · 4 years, 11 months ago
  25. 02831dc gfe-relnote: (n/a) Record number of spurious losses in QuicConnectionStats. Stats only, not protected. by wub · 5 years ago
  26. e330aa4 gfe-relnote: (n/a) Record total loss detection time in QuicConnectionStats. Stats only, not protected. by wub · 5 years ago
  27. 9528ecf Internal QUICHE change by wub · 5 years ago
  28. 7d164eb Internal QUICHE change by fayang · 5 years ago
  29. 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
  30. 5cd4959 Internal QUICHE change by wub · 5 years ago
  31. 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
  32. 58f7107 gfe-relnote: In QUIC T049+, support sending coalesced packets. by fayang · 5 years ago
  33. 8a030dd Add retry support to quic_client_interop_test by dschinazi · 5 years ago
  34. 7d0f3c8 Fix flaky EndToEndTestWithTls.NoUndecryptablePackets by dschinazi · 5 years ago
  35. 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
  36. 6ece500 Ensure we can decrypt the first packet by dschinazi · 6 years ago
  37. 967ba57 gfe-relnote: Add some bbr startup stats into QuicConnectionStats. Stats only. Not protected. by wub · 6 years ago
  38. a6ef0a6 Project import generated by Copybara. by QUICHE team · 6 years ago