| Index: net/tools/quic/quic_dispatcher.h
|
| diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
|
| index 210d4ea4afa7d9ee63e809b370aabed7ae9ea10b..877e602fac93a99b657ca5a5294ed5863aaa8c1e 100644
|
| --- a/net/tools/quic/quic_dispatcher.h
|
| +++ b/net/tools/quic/quic_dispatcher.h
|
| @@ -206,6 +206,10 @@ class QuicDispatcher : public QuicTimeWaitListManager::Visitor,
|
| // and delivers any buffered packets for that connection id.
|
| void ProcessChlo();
|
|
|
| + // Returns client address used for stateless rejector to generate and validate
|
| + // source address token.
|
| + virtual const QuicSocketAddress GetClientAddress() const;
|
| +
|
| QuicTimeWaitListManager* time_wait_list_manager() {
|
| return time_wait_list_manager_.get();
|
| }
|
|
|