Skip to content

Commit

Permalink
doc: add v4.x-only added: information for tls
Browse files Browse the repository at this point in the history
Add information for `clientError` (from the changelog) and
`maxConnections` (from net.md).
  • Loading branch information
addaleax committed Jul 12, 2016
1 parent cbd3e58 commit 838c732
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ Instead of accepting just raw TCP connections, this accepts encrypted
connections using TLS or SSL.

### Event: 'clientError'
<!-- YAML
added: v0.11.11
-->

`function (exception, tlsSocket) { }`

Expand Down Expand Up @@ -365,6 +368,9 @@ when the server has been bound.
See `net.Server` for more information.

### server.maxConnections
<!-- YAML
added: v0.2.0
-->

Set this property to reject connections when the server's connection count
gets high.
Expand Down

0 comments on commit 838c732

Please sign in to comment.