diff --git a/doc/api/net.markdown b/doc/api/net.markdown index 85bf6a7497d81c..9767c4ffd633ce 100644 --- a/doc/api/net.markdown +++ b/doc/api/net.markdown @@ -413,7 +413,8 @@ Returns `socket`. ### socket.remoteAddress The string representation of the remote IP address. For example, -`'74.125.127.100'` or `'2001:4860:a005::68'`. +`'74.125.127.100'` or `'2001:4860:a005::68'`. Value may be `undefined` if +the socket is destroyed (for example, if the client disconnected). ### socket.remoteFamily