Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b7cd31a

Browse filesBrowse files
samuel871211aduh95
authored andcommitted
doc: fix broken links of net.md
PR-URL: #61673 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent c28a22c commit b7cd31a
Copy full SHA for b7cd31a

1 file changed

+2-1Lines changed: 2 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/net.md‎

Copy file name to clipboardExpand all lines: doc/api/net.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ added:
691691

692692
* Type: {boolean}
693693

694-
Set this property to `true` to begin closing connections once the number of connections reaches the \[`server.maxConnections`]\[] threshold. This setting is only effective in cluster mode.
694+
Set this property to `true` to begin closing connections once the number of connections reaches the [`server.maxConnections`][] threshold. This setting is only effective in cluster mode.
695695

696696
### `server.ref()`
697697

@@ -2058,6 +2058,7 @@ net.isIPv6('fhqwhgads'); // returns false
20582058
[`server.listen(options)`]: #serverlistenoptions-callback
20592059
[`server.listen(path)`]: #serverlistenpath-backlog-callback
20602060
[`server.listen(port)`]: #serverlistenport-host-backlog-callback
2061+
[`server.maxConnections`]: #servermaxconnections
20612062
[`socket(7)`]: https://man7.org/linux/man-pages/man7/socket.7.html
20622063
[`socket.connect()`]: #socketconnect
20632064
[`socket.connect(options)`]: #socketconnectoptions-connectlistener

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.