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

Unified Diff: net/tools/quic/quic_time_wait_list_manager.h

Issue 1716453002: relnote: Make QUIC version negotiation stateless. The QUIC dispatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/quic_dispatcher_test.cc ('k') | net/tools/quic/quic_time_wait_list_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_time_wait_list_manager.h
diff --git a/net/tools/quic/quic_time_wait_list_manager.h b/net/tools/quic/quic_time_wait_list_manager.h
index a5b1212e7dcb013dfdc4c5d7389a623c73105b6d..4c62fa1d7fa21eb5fc9fa06ef466080ea6ffc135 100644
--- a/net/tools/quic/quic_time_wait_list_manager.h
+++ b/net/tools/quic/quic_time_wait_list_manager.h
@@ -98,6 +98,14 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface {
// The number of connections on the time-wait list.
size_t num_connections() const { return connection_id_map_.size(); }
+ // Sends a version negotiation packet for |connection_id| announcing support
+ // for |supported_versions| to |client_address| from |server_address|.
+ virtual void SendVersionNegotiationPacket(
+ QuicConnectionId connection_id,
+ const QuicVersionVector& supported_versions,
+ const IPEndPoint& server_address,
+ const IPEndPoint& client_address);
+
protected:
virtual QuicEncryptedPacket* BuildPublicReset(
const QuicPublicResetPacket& packet);
« no previous file with comments | « net/tools/quic/quic_dispatcher_test.cc ('k') | net/tools/quic/quic_time_wait_list_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698