Browse Source

doc: add changelogs for net

PR-URL: https://github.com/nodejs/node/pull/11489
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
v6
Anna Henningsen 8 years ago
parent
commit
c3132ed736
No known key found for this signature in database GPG Key ID: D8B9F5AEAE84E4CF
  1. 13
      doc/api/net.md

13
doc/api/net.md

@ -411,6 +411,10 @@ following this event.
### Event: 'lookup'
<!-- YAML
added: v0.11.3
changes:
- version: v5.10.0
pr-url: https://github.com/nodejs/node/pull/5598
description: The `host` parameter is supported now.
-->
Emitted after resolving the hostname but before connecting.
@ -479,6 +483,15 @@ The amount of bytes sent.
### socket.connect(options[, connectListener])
<!-- YAML
added: v0.1.90
changes:
- version: v6.0.0
pr-url: https://github.com/nodejs/node/pull/6021
description: The `hints` option defaults to `0` in all cases now.
Previously, in the absence of the `family` option it would
default to `dns.ADDRCONFIG | dns.V4MAPPED`.
- version: v5.11.0
pr-url: https://github.com/nodejs/node/pull/6000
description: The `hints` option is supported now.
-->
Opens the connection for a given socket.

Loading…
Cancel
Save