Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: net/quic/quic_connection.h

Issue 1226083005: Introduce UMA metrics for path MTU discovery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a comment explaining the choice of the histogram. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index 84e7f111e85467b60a84583d702de89aad77eea2..b38504322d96365e2aa8e98d3bfd00b75d096921 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -443,6 +443,7 @@ class NET_EXPORT_PRIVATE QuicConnection
QuicRandom* random_generator() const { return random_generator_; }
QuicByteCount max_packet_length() const;
void set_max_packet_length(QuicByteCount length);
+ size_t mtu_probe_count() const { return mtu_probe_count_; }
bool connected() const { return connected_; }

Powered by Google App Engine
This is Rietveld 408576698