diff --git a/doc/api/net.md b/doc/api/net.md index 13bcd60cf48e1c..6f585a328f5172 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -92,6 +92,13 @@ added: v0.1.90 Emitted when a new connection is made. `socket` is an instance of `net.Socket`. +### Event: `'maxConnections'` + + +Emitted when the server has reached its connection limit defined in [`server.maxConnections`][]. + ### Event: `'error'`