Make a fortune quietly
Go to file
klzgrad ad20be0645 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-09-01 22:32:27 +08:00
src cronet: Support setting socket limits from experimental option 2022-09-01 22:32:27 +08:00
.gitignore Add .gitignore 2022-09-01 20:30:47 +08:00