| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9aed868 commit 69205a2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1136,7 +1136,8 @@ added: v0.11.14 | |||
| 1136 | 1136 | ||
| 1137 | 1137 | * {string} | |
| 1138 | 1138 | ||
| 1139 | - The string representation of the remote IP family. `'IPv4'` or `'IPv6'`. | ||
| 1139 | + The string representation of the remote IP family. `'IPv4'` or `'IPv6'`. Value may be `undefined` if | ||
| 1140 | + the socket is destroyed (for example, if the client disconnected). | ||
| 1140 | 1141 | ||
| 1141 | 1142 | ### `socket.remotePort` | |
| 1142 | 1143 | ||
@@ -1146,7 +1147,8 @@ added: v0.5.10 | |||
| 1146 | 1147 | ||
| 1147 | 1148 | * {integer} | |
| 1148 | 1149 | ||
| 1149 | - The numeric representation of the remote port. For example, `80` or `21`. | ||
| 1150 | + The numeric representation of the remote port. For example, `80` or `21`. Value may be `undefined` if | ||
| 1151 | + the socket is destroyed (for example, if the client disconnected). | ||
| 1150 | 1152 | ||
| 1151 | 1153 | ### `socket.resetAndDestroy()` | |
| 1152 | 1154 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments