Add QuicDispatcherPeer::GetTimeWaitListManager() method.

This is so that redefining QuicDispatcherPeer could be avoided at
https://github.com/envoyproxy/envoy/blob/master/test/extensions/quic_listeners/quiche/envoy_quic_dispatcher_test.cc#L41.
Such a redefinition makes it impossible to use other
QuicDispatcherPeer methods or to include
test_tools/quic_dispatcher_peer.h at all from Envoy.

gfe-relnote: n/a, test-only change.
PiperOrigin-RevId: 278443582
Change-Id: I7fc3a19932e60b235929edb6d46b20e0bda4903b
2 files changed
tree: 4020e10b91c553b00319474cb885af0b4f70eacc
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.