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

Unified Diff: net/quic/test_tools/quic_config_peer.h

Issue 2124753005: Implements migration of a QUIC connection to a different destination address if specified by the se… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@write-error
Patch Set: fixing linker error. Created 4 years, 5 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_stream_factory_test.cc ('k') | net/quic/test_tools/quic_config_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_config_peer.h
diff --git a/net/quic/test_tools/quic_config_peer.h b/net/quic/test_tools/quic_config_peer.h
index 4c9f3cbf6a0d52762367163929a1b5807e825189..470c6a86849d5c1abe99127b1f0a7bb440bd914d 100644
--- a/net/quic/test_tools/quic_config_peer.h
+++ b/net/quic/test_tools/quic_config_peer.h
@@ -43,6 +43,9 @@ class QuicConfigPeer {
static void SetReceivedForceHolBlocking(QuicConfig* config);
+ static void SetReceivedAlternateServerAddress(QuicConfig* config,
+ IPEndPoint addr);
+
private:
DISALLOW_COPY_AND_ASSIGN(QuicConfigPeer);
};
« no previous file with comments | « net/quic/quic_stream_factory_test.cc ('k') | net/quic/test_tools/quic_config_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698