| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -334,7 +334,7 @@ Construct a new socket object. | |||
| 334 | 334 | `fd` allows you to specify the existing file descriptor of socket. | |
| 335 | 335 | Set `readable` and/or `writable` to `true` to allow reads and/or writes on this | |
| 336 | 336 | socket (NOTE: Works only when `fd` is passed). | |
| 337 | - About `allowHalfOpen`, refer to `createServer()` and `'end'` event. | ||
| 337 | + About `allowHalfOpen`, refer to [`net.createServer()`][] and [`'end'`][] event. | ||
| 338 | 338 | ||
| 339 | 339 | `net.Socket` instances are [`EventEmitter`][] with the following events: | |
| 340 | 340 | ||
@@ -933,6 +933,7 @@ Returns true if input is a version 6 IP address, otherwise returns false. | |||
| 933 | 933 | [`dns.lookup()` hints]: dns.html#dns_supported_getaddrinfo_flags | |
| 934 | 934 | [`end()`]: #net_socket_end_data_encoding | |
| 935 | 935 | [`EventEmitter`]: events.html#events_class_eventemitter | |
| 936 | + [`net.createServer()`]: #net_net_createserver_options_connectionlistener | ||
| 936 | 937 | [`net.Socket`]: #net_class_net_socket | |
| 937 | 938 | [`pause()`]: #net_socket_pause | |
| 938 | 939 | [`resume()`]: #net_socket_resume | |
| Back | FazBrowse Home | New Git URL |
0 commit comments