| Index: net/tools/quic/quic_dispatcher.h
|
| diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
|
| index 33d8777d3afef6df56f991c733ea48b1c1a0fd7c..96f2461d6010df0dd15b45b959d429f086fda0a7 100644
|
| --- a/net/tools/quic/quic_dispatcher.h
|
| +++ b/net/tools/quic/quic_dispatcher.h
|
| @@ -283,6 +283,12 @@ class QuicDispatcher : public QuicServerSessionBase::Visitor,
|
| const std::list<QuicBufferedPacketStore::BufferedPacket>& packets,
|
| QuicServerSessionBase* session);
|
|
|
| + // Perform the appropriate actions on the current packet based on |fate| -
|
| + // either process, buffer, or drop it.
|
| + void ProcessUnauthenticatedHeaderFate(QuicPacketFate fate,
|
| + QuicConnectionId connection_id,
|
| + QuicPacketNumber packet_number);
|
| +
|
| void set_new_sessions_allowed_per_event_loop(
|
| int16_t new_sessions_allowed_per_event_loop) {
|
| new_sessions_allowed_per_event_loop_ = new_sessions_allowed_per_event_loop;
|
|
|