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

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

Issue 14816006: Land Recent QUIC changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing NET_PRIVATE_EXPORT to QuicWallTime Created 7 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/quic_epoll_clock_test.cc ('k') | net/tools/quic/quic_spdy_client_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_server.cc
diff --git a/net/tools/quic/quic_server.cc b/net/tools/quic/quic_server.cc
index 4e1743a6658230f509b8557e257dda7765921ccb..7319c675fc8051c25bcb53cf63994fb9d240117e 100644
--- a/net/tools/quic/quic_server.cc
+++ b/net/tools/quic/quic_server.cc
@@ -51,8 +51,9 @@ QuicServer::QuicServer()
QuicEpollClock clock(&epoll_server_);
scoped_ptr<CryptoHandshakeMessage> scfg(
- crypto_config_.AddDefaultConfig(QuicRandom::GetInstance(), &clock,
- extra_tags));
+ crypto_config_.AddDefaultConfig(
+ QuicRandom::GetInstance(), &clock, extra_tags,
+ QuicCryptoServerConfig::kDefaultExpiry));
// If we were using the same config in many servers then we would have to
// parse a QuicConfig from config_tags here.
if (!config_.SetFromHandshakeMessage(*scfg)) {
« no previous file with comments | « net/tools/quic/quic_epoll_clock_test.cc ('k') | net/tools/quic/quic_spdy_client_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698