File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ Construct a new socket object.
334334` fd ` allows you to specify the existing file descriptor of socket.
335335Set ` readable ` and/or ` writable ` to ` true ` to allow reads and/or writes on this
336336socket (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.
338338
339339` net.Socket ` instances are [ ` EventEmitter ` ] [ ] with the following events:
340340
@@ -933,6 +933,7 @@ Returns true if input is a version 6 IP address, otherwise returns false.
933933[ `dns.lookup()` hints ] : dns.html#dns_supported_getaddrinfo_flags
934934[ `end()` ] : #net_socket_end_data_encoding
935935[ `EventEmitter` ] : events.html#events_class_eventemitter
936+ [ `net.createServer()` ] : #net_net_createserver_options_connectionlistener
936937[ `net.Socket` ] : #net_class_net_socket
937938[ `pause()` ] : #net_socket_pause
938939[ `resume()` ] : #net_socket_resume
You can’t perform that action at this time.
0 commit comments