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

Unified Diff: net/quic/quic_server.cc

Issue 467963002: Refactoring: Create per-connection packet writers in QuicDispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto ToT Created 6 years, 4 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/quic/quic_per_connection_packet_writer.cc ('k') | net/quic/quic_server_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_server.cc
diff --git a/net/quic/quic_server.cc b/net/quic/quic_server.cc
index e2a9da20b255423bde81e9d4ef175fe1a7a61519..b8013c441e6b2c6345dde20b974c9e77ae15804c 100644
--- a/net/quic/quic_server.cc
+++ b/net/quic/quic_server.cc
@@ -104,6 +104,7 @@ int QuicServer::Listen(const IPEndPoint& address) {
new QuicDispatcher(config_,
crypto_config_,
supported_versions_,
+ new QuicDispatcher::DefaultPacketWriterFactory(),
&helper_));
QuicServerPacketWriter* writer = new QuicServerPacketWriter(
socket_.get(),
« no previous file with comments | « net/quic/quic_per_connection_packet_writer.cc ('k') | net/quic/quic_server_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698