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

Unified Diff: chrome/browser/net/network_stats.h

Issue 14247008: UDP Network Connectivity - Perform 6 packet and FEC connectivity (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/net/network_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/network_stats.h
===================================================================
--- chrome/browser/net/network_stats.h (revision 195006)
+++ chrome/browser/net/network_stats.h (working copy)
@@ -83,9 +83,9 @@
};
// |HistogramPortSelector| enumerates list of ports that are used for network
- // connectivity tests (for UDP). Currently we are testing port 6121 only.
+ // connectivity tests (for UDP). Currently we are testing port 443 only.
enum HistogramPortSelector {
- PORT_6121 = 0, // SPDY
+ PORT_443 = 0, // HTTPS
HISTOGRAM_PORT_MAX,
};
« no previous file with comments | « no previous file | chrome/browser/net/network_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698