Skip to content

Commit

Permalink
docs: fix "Closing connections" link syntax in LIMITS.md (#2799)
Browse files Browse the repository at this point in the history
  • Loading branch information
elazar authored Nov 4, 2024
1 parent 0a3406a commit 7c085d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/LIMITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is important for [DoS](https://en.wikipedia.org/wiki/Denial-of-service_atta

## Connection limits

It's possible to limit the total amount of connections a node is able to make (combining incoming and outgoing). When this limit is reached and an attempt to open a new connection is made, existing connections may be closed to make room for the new connection (see [Closing connections][#closing-connections]).
It's possible to limit the total amount of connections a node is able to make (combining incoming and outgoing). When this limit is reached and an attempt to open a new connection is made, existing connections may be closed to make room for the new connection (see [Closing connections](#closing-connections)).

- Note: there currently isn't a way to specify different limits for incoming vs. outgoing. Connection limits are applied across both incoming and outgoing connections combined. There is a backlog item for this [here](https://github.com/libp2p/js-libp2p/issues/1508).

Expand Down

0 comments on commit 7c085d1

Please sign in to comment.