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

Unified Diff: net/tools/quic/test_tools/quic_test_client.cc

Issue 1332223003: relnote: Add MigrateSocket method to quic_test_client. In loadtesting, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Fixes_test_102047537
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/tools/quic/test_tools/quic_test_client.h ('k') | net/tools/quic/test_tools/simple_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/quic_test_client.cc
diff --git a/net/tools/quic/test_tools/quic_test_client.cc b/net/tools/quic/test_tools/quic_test_client.cc
index 7e7022e003e71eb4c8a6479230073762881a0b2d..1b01daadc6acf952054bd8afc7eb6566fda62a80 100644
--- a/net/tools/quic/test_tools/quic_test_client.cc
+++ b/net/tools/quic/test_tools/quic_test_client.cc
@@ -584,6 +584,10 @@ void QuicTestClient::Bind(IPEndPoint* local_address) {
DLOG(WARNING) << "Bind will be done during connect";
}
+void QuicTestClient::MigrateSocket(const IPAddressNumber& new_host) {
+ client_->MigrateSocket(new_host);
+}
+
string QuicTestClient::SerializeMessage(const HTTPMessage& message) {
LOG(DFATAL) << "Not implemented";
return "";
« no previous file with comments | « net/tools/quic/test_tools/quic_test_client.h ('k') | net/tools/quic/test_tools/simple_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698