diff options
author | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-14 21:28:02 +0000 |
---|---|---|
committer | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-14 21:28:02 +0000 |
commit | 27e16d06d11982478cbbd83317b597f5e9acc921 (patch) | |
tree | 10cb7215e2dd9a12fd21a3a030f53c885f6cb8b9 /net/quic/quic_flags.cc | |
parent | 2992413f883106e33c1c173429370abd7ebea617 (diff) | |
download | chromium_src-27e16d06d11982478cbbd83317b597f5e9acc921.zip chromium_src-27e16d06d11982478cbbd83317b597f5e9acc921.tar.gz chromium_src-27e16d06d11982478cbbd83317b597f5e9acc921.tar.bz2 |
QUIC - cleanup changes per comments for CL's 279453004, 283693002
+ Fixed comments.
+ Used "for" loop instead of "while" loop.
https://codereview.chromium.org/279453004/
https://codereview.chromium.org/283693002/
R=wtc@chromium.org
Review URL: https://codereview.chromium.org/286693003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270476 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/quic/quic_flags.cc')
-rw-r--r-- | net/quic/quic_flags.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc index faefb35..8a4ed13 100644 --- a/net/quic/quic_flags.cc +++ b/net/quic/quic_flags.cc @@ -37,5 +37,5 @@ bool FLAGS_quic_allow_oversized_packets_for_test = false; // When true, the use time based loss detection instead of nack. bool FLAGS_quic_use_time_loss_detection = false; -// If true, allow port migration of established QUIC connections. +// If true, allow peer port migration of established QUIC connections. bool FLAGS_quic_allow_port_migration = true; |