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

Unified Diff: net/tools/quic/test_tools/simple_client.h

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.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/test_tools/simple_client.h
diff --git a/net/tools/quic/test_tools/simple_client.h b/net/tools/quic/test_tools/simple_client.h
index 2d47631a123d74dda9042df810174506e5880453..b483491387fe433743e40d4d6e072ae29cd6fc68 100644
--- a/net/tools/quic/test_tools/simple_client.h
+++ b/net/tools/quic/test_tools/simple_client.h
@@ -86,6 +86,8 @@ class SimpleClient {
// if the given address has port 0.
virtual void Bind(IPEndPoint* local_address) = 0;
+ virtual void MigrateSocket(const IPAddressNumber& new_host) = 0;
+
// Returns the local socket address of the client fd. Call only when
// connected.
// To get the local IPAdress, use local_address().host().
« no previous file with comments | « net/tools/quic/test_tools/quic_test_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698