diff --git a/doc/api/net.md b/doc/api/net.md index 2936800fe91178..f4669449ee0107 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -411,6 +411,10 @@ following this event. ### Event: 'lookup' Emitted after resolving the hostname but before connecting. @@ -479,6 +483,15 @@ The amount of bytes sent. ### socket.connect(options[, connectListener]) Opens the connection for a given socket.