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

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

Issue 2390773005: short circuit QUIC packets to packet buffer if there is already a CHLO on same connection buffered … (Closed)
Patch Set: 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/quic/core/quic_flags_list.h ('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 40372e43fe1ae4b833b00e739514e6e4640af0d7..8d9197a4806e43fa67512495573303190315ef9d 100644
--- a/net/tools/quic/quic_dispatcher.h
+++ b/net/tools/quic/quic_dispatcher.h
@@ -197,7 +197,8 @@ class QuicDispatcher : public QuicServerSessionBase::Visitor,
virtual QuicTimeWaitListManager* CreateQuicTimeWaitListManager();
// Called when |current_packet_| is a data packet that has arrived before
- // the CHLO. Buffers the current packet until the CHLO arrives.
+ // the CHLO or it is any kind of packet while a CHLO on same connection has
+ // already been in the buffer.
void BufferEarlyPacket(QuicConnectionId connection_id);
// Called when |current_packet_| is a CHLO packet. Creates a new connection
« no previous file with comments | « net/quic/core/quic_flags_list.h ('k') | net/tools/quic/quic_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698