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

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

Issue 2875333002: Landing Recent QUIC changes until Mon May 8 21:42:46 2017 +0000 (Closed)
Patch Set: Created 3 years, 7 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/end_to_end_test.cc ('k') | net/tools/quic/quic_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_dispatcher.h
diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
index 210d4ea4afa7d9ee63e809b370aabed7ae9ea10b..877e602fac93a99b657ca5a5294ed5863aaa8c1e 100644
--- a/net/tools/quic/quic_dispatcher.h
+++ b/net/tools/quic/quic_dispatcher.h
@@ -206,6 +206,10 @@ class QuicDispatcher : public QuicTimeWaitListManager::Visitor,
// and delivers any buffered packets for that connection id.
void ProcessChlo();
+ // Returns client address used for stateless rejector to generate and validate
+ // source address token.
+ virtual const QuicSocketAddress GetClientAddress() const;
+
QuicTimeWaitListManager* time_wait_list_manager() {
return time_wait_list_manager_.get();
}
« no previous file with comments | « net/tools/quic/end_to_end_test.cc ('k') | net/tools/quic/quic_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698