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 |