OptionalbacklogOptionalcloseClose server (stop listening for new connections) if connections exceed a limit. Open server (start listening for new connections) if connections fall below a limit.
OptionaldialOptions passed to net.connect for every opened TCP socket
OptionalinboundAn optional number in ms that is used as an inactivity timeout after which the socket will be closed
OptionallistenOptions passed to every net.createServer for every TCP server
OptionalmaxSet this property to reject connections when the server's connection count gets high. https://nodejs.org/api/net.html#servermaxconnections
OptionaloutboundAn optional number in ms that is used as an inactivity timeout after which the socket will be closed
Parameter to specify the maximum length of the queue of pending connections https://nodejs.org/dist/latest-v18.x/docs/api/net.html#serverlisten