Zen API
|
kStatus kHttpServer_SetMaxConnections | ( | kHttpServer | server, |
kSize | capacity | ||
) |
Sets the maximum number of simultaneous connections supported by the server.
This function can only be called while the server is stopped.
server | Server object. |
capacity | Maximum simultaneous connection count. |