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

Unified Diff: chrome/browser/resources/net_internals/quic_view.html

Issue 1570963003: QUIC - Log finch field trial options used in net-internals/#quic tab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed the word QUIC from labels Created 4 years, 11 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 | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/quic_view.html
diff --git a/chrome/browser/resources/net_internals/quic_view.html b/chrome/browser/resources/net_internals/quic_view.html
index 2b3f8000d9fd30802e7d1daeac27001faab43e67..df6d9432a196784382d6fa596aab8c76b2e0d067 100644
--- a/chrome/browser/resources/net_internals/quic_view.html
+++ b/chrome/browser/resources/net_internals/quic_view.html
@@ -8,8 +8,18 @@
TODO(bnc): Deprecate around 2016 January. --!>
<li>Alternative Service Probability Threshold: <span jscontent="$this.alternative_service_probability_threshold || $this.alternate_protocol_probability_threshold"></span></li>
<li>Origin To Force QUIC On: <span jscontent="origin_to_force_quic_on"></span></li>
- <li>QUIC connection options: <span jscontent="connection_options"></span></li>
+ <li>Connection options: <span jscontent="connection_options"></span></li>
<li>Consistent Port Selection Enabled: <span jscontent="!!enable_quic_port_selection"></span></li>
+ <li>Load Server Info Timeout Multiplier: <span jscontent="$this.load_server_info_timeout_srtt_multiplier"></span></li>
+ <li>Enable Connection Racing: <span jscontent="!!enable_connection_racing"></span></li>
+ <li>Disable Disk Cache: <span jscontent="!!disable_disk_cache"></span></li>
+ <li>Prefer AES: <span jscontent="!!prefer_aes"></span></li>
+ <li>Maximum Number Of Lossy Connections: <span jscontent="$this.max_number_of_lossy_connections"></span></li>
+ <li>Packet Loss Threshold: <span jscontent="$this.packet_loss_threshold"></span></li>
+ <li>Delay TCP Race: <span jscontent="!!delay_tcp_race"></span></li>
+ <li>Store Server Configs In Properties File: <span jscontent="!!store_server_configs_in_properties"></span></li>
+ <li>Idle Connection Timeout In Seconds: <span jscontent="$this.idle_connection_timeout_seconds"></span></li>
+ <li>Disable PreConnect If 0RTT: <span jscontent="$this.disable_preconnect_if_0rtt"></span></li>
<li jsdisplay="$this.disabled_reason && disabled_reason.length > 0">QUIC dynamically disabled: <span jscontent="disabled_reason"></span></li>
</ul>
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698