mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
document the new backlog socket context option for stream_socket_server
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296080 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
66b2bd96db
commit
0cc3ec8215
1 changed files with 20 additions and 0 deletions
|
@ -38,6 +38,20 @@
|
|||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="context.socket.backlog">
|
||||
<term><parameter>backlog</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Used to limit the number of outstanding connections in the
|
||||
socket's listen queue.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This is only applicable to <function>stream_socket_server</function>.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</refsect1><!-- }}} -->
|
||||
|
@ -60,6 +74,12 @@
|
|||
Added <literal>bindto</literal>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.3.3</entry>
|
||||
<entry>
|
||||
Added <literal>backlog</literal>.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
|
Loading…
Reference in a new issue