From 0cc3ec82158dbc3a74069483994f99dd640b9350 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 11 Mar 2010 16:52:05 +0000 Subject: [PATCH] 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 --- language/context/socket.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/language/context/socket.xml b/language/context/socket.xml index 15ba11fecb..7867b9f7db 100644 --- a/language/context/socket.xml +++ b/language/context/socket.xml @@ -38,6 +38,20 @@ + + backlog + + + Used to limit the number of outstanding connections in the + socket's listen queue. + + + + This is only applicable to stream_socket_server. + + + + @@ -60,6 +74,12 @@ Added bindto. + + 5.3.3 + + Added backlog. + +