Remove kDefaultIdleTimeoutSecs

This constant is not correctly named since kMaximumIdleTimeoutSecs is used by default. It was only being used in parts of the code that wanted 30s, so we have them use their own value there.

gfe-relnote: refactor, no behavior change, not flag protected
PiperOrigin-RevId: 309475171
Change-Id: I80d6fde810e59a4b5b81b601cbec458baf667881
1 file changed
tree: 5fedf65c7e6637d44d908baccac9338a6e9a76c2
  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.