We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fe214 commit b71a3b3Copy full SHA for b71a3b3
doc/api/net.markdown
@@ -413,7 +413,8 @@ Returns `socket`.
413
### socket.remoteAddress
414
415
The string representation of the remote IP address. For example,
416
-`'74.125.127.100'` or `'2001:4860:a005::68'`.
+`'74.125.127.100'` or `'2001:4860:a005::68'`. Value may be `undefined` if
417
+the socket is destroyed (for example, if the client disconnected).
418
419
### socket.remoteFamily
420
0 commit comments