From 55a2e8271edb613dd3532904c08e84616c3406af Mon Sep 17 00:00:00 2001
From: Ryan Dahl
@@ -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.