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

Unified Diff: net/quic/quic_connection.cc

Issue 1338423006: relnote: Add varz peer_ip_changes and successful_peer_ip_migrations (no (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Add_MigrateSocket_102081905
Patch Set: 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') | no next file » | 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 1bfc6ff5211c823369c8120d1d0449a75196f889..8106fdcf3a1e59bbdcaaff159177142d711e9650 100644
--- a/net/quic/quic_connection.cc
+++ b/net/quic/quic_connection.cc
@@ -1463,8 +1463,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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698