mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
api doc update pre 1.7
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
200a6a296e
commit
c62d882939
1 changed files with 7 additions and 0 deletions
|
@ -500,6 +500,7 @@ may set it.
|
|||
<h3>Description</h3>
|
||||
<blockquote>
|
||||
Notice it does so by dropping '\0' into input string
|
||||
and the leading / on the path is consequently lost
|
||||
</blockquote>
|
||||
<hr>
|
||||
<h2>lws_cancel_service - Cancel servicing of pending websocket activity</h2>
|
||||
|
@ -1516,6 +1517,7 @@ header.
|
|||
<i>short</i> <b>max_http_header_pool</b>;<br>
|
||||
<i>unsigned int</i> <b>count_threads</b>;<br>
|
||||
<i>unsigned int</i> <b>fd_limit_per_thread</b>;<br>
|
||||
<i>unsigned int</i> <b>timeout_secs</b>;<br>
|
||||
};<br>
|
||||
<h3>Members</h3>
|
||||
<dl>
|
||||
|
@ -1606,6 +1608,11 @@ becomes free.
|
|||
<dd>nonzero means restrict each service thread to this
|
||||
many fds, 0 means the default which is divide the process fd
|
||||
limit by the number of threads.
|
||||
<dt><b>timeout_secs</b>
|
||||
<dd>various processes involving network roundtrips in the
|
||||
library are protected from hanging forever by timeouts. If
|
||||
nonzero, this member lets you set the timeout used in seconds.
|
||||
Otherwise a default timeout is used.
|
||||
</dl>
|
||||
<hr>
|
||||
<h2>struct lws_client_connect_info - parameters to connect with when using lws_client_connect_via_info()</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue