diff --git a/doc/api.html b/doc/api.html index 09e1ca775a..f5d7152e62 100644 --- a/doc/api.html +++ b/doc/api.html @@ -1528,7 +1528,7 @@ Creates a new TCP server. the "connection" event.
@@ -1536,7 +1536,7 @@ Tells the server to listen for TCP connections to port and host
host is optional. If host is not specified the server will accept client connections on any network address.
The third argument, backlog, is also optional and defaults to 1024. The +
The third argument, backlog, is also optional and defaults to 128. The backlog argument defines the maximum length to which the queue of pending connections for the server may grow.
This function is synchronous.