Skip to content

Commit 838c732

Browse files
committed
doc: add v4.x-only added: information for tls
Add information for `clientError` (from the changelog) and `maxConnections` (from net.md).
1 parent cbd3e58 commit 838c732

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/tls.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ Instead of accepting just raw TCP connections, this accepts encrypted
193193
connections using TLS or SSL.
194194

195195
### Event: 'clientError'
196+
<!-- YAML
197+
added: v0.11.11
198+
-->
196199

197200
`function (exception, tlsSocket) { }`
198201

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

367370
### server.maxConnections
371+
<!-- YAML
372+
added: v0.2.0
373+
-->
368374

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

0 commit comments

Comments
 (0)