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

Unified Diff: net/quic/quic_connection.cc

Issue 1343093003: Landing Recent QUIC changes until 9/2/2015 17:00 UTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with TOT Created 5 years, 3 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 | « net/quic/quic_connection.h ('k') | net/quic/quic_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.cc
diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
index a5469596a32ad8b07c9eb5ccfd61f0fe9f061d4d..ac0bc7b7a3caa7bcf96c50fd2527bce102b8056b 100644
--- a/net/quic/quic_connection.cc
+++ b/net/quic/quic_connection.cc
@@ -1477,8 +1477,6 @@ bool QuicConnection::ProcessValidatedPacket() {
return false;
}
- // TODO(fayang): Use peer_address_changed_ instead of peer_ip_changed_ and
- // peer_port_changed_ once FLAGS_quic_allow_ip_migration is deprecated.
if (peer_ip_changed_ || peer_port_changed_) {
IPEndPoint old_peer_address = peer_address_;
peer_address_ = IPEndPoint(
« no previous file with comments | « net/quic/quic_connection.h ('k') | net/quic/quic_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698