DescriptionAdded following helper methods to track successful QUIC client port migrations:
+ peer_port_changed()
+ received_packet_manager()
+ sequence_number_of_last_sent_packet()
+ largest_observed()
The following is the original internal CL description:
Add two varz to track successful QUIC client port migrations:
peer_port_changes
-- Number of times we have seen the peer's port change
mid-connection.
successful_peer_port_migrations
-- Successful connection migrations to a new peer port.
Add varz to track successful QUIC client port migrations. Protected
behind existing, enabled, FLAGS_..._quic_allow_port_migration.
Merge internal change: 70318257
R=rch@chromium.org
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|