Make a fortune quietly
Go to file
klzgrad 310d3077f7 cronet: Support setting socket limits from experimental option
Example:

Pool type: NORMAL_SOCKET_POOL or WEBSOCKET_SOCKET_POOL.

  "socket_limits": {
    "max_sockets_per_pool": { "NORMAL_SOCKET_POOL": 1024 },
    "max_sockets_per_proxy_server": {"NORMAL_SOCKET_POOL": 1024 },
    "max_sockets_per_group": { "NORMAL_SOCKET_POOL": 1024 }
  },
2022-06-26 13:59:43 +08:00
src cronet: Support setting socket limits from experimental option 2022-06-26 13:59:43 +08:00
.gitignore Add .gitignore 2022-06-26 12:03:56 +08:00