diff --git a/doc/api/net.md b/doc/api/net.md index e1c77130a26ac6..6e35b33d5e79d3 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -1380,11 +1380,15 @@ added: v0.1.90 Set the encoding for the socket as a [Readable Stream][]. See [`readable.setEncoding()`][] for more information. -### `socket.setKeepAlive([enable][, initialDelay])` +### `socket.setKeepAlive([enable][, initialDelay][, interval][, count])`