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

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: 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
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 33b9560721e9cb4349b6f5134678596e768e91cc..1ec030a72eacbfd5c5d1c9ad23036d5c99274e2c 100644
--- a/net/quic/test_tools/quic_config_peer.h
+++ b/net/quic/test_tools/quic_config_peer.h
@@ -38,6 +38,9 @@ class QuicConfigPeer {
static void SetReceivedMaxIncomingDynamicStreams(QuicConfig* config,
uint32_t max_streams);
+ static void SetReceivedAlternateServerAddress(QuicConfig* config,
+ IPEndPoint addr);
+
private:
DISALLOW_COPY_AND_ASSIGN(QuicConfigPeer);
};

Powered by Google App Engine
This is Rietveld 408576698