https://chromium.googlesource.com/chromium/src/net/+/master/socket/client_socket_pool.cc

// The maximum duration, in seconds, to keep used idle persistent sockets alive.
int64_t g_used_idle_socket_timeout_s = 300;  // 5 minutes

 

Connection management in chrome

https://blog.csdn.net/talking12391239/article/details/41295997

相关文章:

  • 2021-05-17
  • 2021-11-25
  • 2022-01-01
  • 2022-01-01
  • 2022-01-01
  • 2021-08-07
  • 2021-12-09
  • 2021-05-22
猜你喜欢
  • 2021-07-12
  • 2021-04-25
  • 2021-11-22
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
相关资源
相似解决方案