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

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

Issue 23464033: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix valgrind error Created 7 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/quic_client_session.cc ('k') | net/tools/quic/test_tools/quic_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_server.h
diff --git a/net/tools/quic/quic_server.h b/net/tools/quic/quic_server.h
index 142d1d1572c0ed0a14bb969620833e01d17e16eb..90863ce64000a8baa227259fec2bec1422e161d7 100644
--- a/net/tools/quic/quic_server.h
+++ b/net/tools/quic/quic_server.h
@@ -18,8 +18,6 @@
namespace net {
-class QuicCryptoServerConfig;
-
namespace tools {
class QuicDispatcher;
@@ -67,6 +65,10 @@ class QuicServer : public EpollCallbackInterface {
const IPEndPoint& server_address,
const IPEndPoint& client_address);
+ void SetStrikeRegisterNoStartupPeriod() {
+ crypto_config_.set_strike_register_no_startup_period();
+ }
+
bool overflow_supported() { return overflow_supported_; }
int packets_dropped() { return packets_dropped_; }
« no previous file with comments | « net/tools/quic/quic_client_session.cc ('k') | net/tools/quic/test_tools/quic_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698