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:
Michael Wallner 2010-03-11 16:52:05 +00:00
parent 66b2bd96db
commit 0cc3ec8215

View file

@ -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>