Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/net.md
Original file line number Diff line number Diff line change
Expand Up @@ -1459,8 +1459,8 @@ See [`writable.destroy()`][] for further details.

### `socket.destroyed`

* Type: {boolean} Indicates if the connection is destroyed or not. Once a
connection is destroyed no further data can be transferred using it.
* Type: {boolean} Indicates if the connection is destroyed or not. A destroyed
socket cannot transfer data until it is reconnected with `socket.connect()`.

See [`writable.destroyed`][] for further details.

Expand Down
Loading