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

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

Issue 2403193003: Landing Recent QUIC changes until 9:41 AM, Oct 10, 2016 UTC-7 (Closed)
Patch Set: git cl format Created 4 years, 2 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_client.cc
diff --git a/net/tools/quic/quic_client.cc b/net/tools/quic/quic_client.cc
index ebb701d8f67317c2b4a5e788c63f25fb31200efd..bb0f11576e73f81932dbe37e8722dd705daa7b16 100644
--- a/net/tools/quic/quic_client.cc
+++ b/net/tools/quic/quic_client.cc
@@ -162,7 +162,7 @@ void QuicClient::OnEvent(int fd, EpollEvent* event) {
while (connected() && more_to_read) {
more_to_read = packet_reader_->ReadAndDispatchPackets(
GetLatestFD(), QuicClient::GetLatestClientAddress().port(),
- false /* potentially_small_mtu */, *helper()->GetClock(), this,
+ *helper()->GetClock(), this,
overflow_supported_ ? &packets_dropped_ : nullptr);
}
}
« no previous file with comments | « net/tools/quic/end_to_end_test.cc ('k') | net/tools/quic/quic_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698