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.
+
+