Make a fortune quietly
Go to file
klzgrad aa50e1ed46 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-05-25 13:35:42 +08:00
src cronet: Support setting socket limits from experimental option 2022-05-25 13:35:42 +08:00
.gitignore Add .gitignore 2022-05-03 18:16:59 +08:00