Skip to content

Commit 4018223

Browse files
committed
docs: update release notes
1 parent 8bdf1d2 commit 4018223

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/release-notes/release-notes-0.20.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.
7070
finish under this timeout value. Consider using a larger timeout value if you
7171
have a slow network.
7272

73+
* A [new config](https://github.com/lightningnetwork/lnd/pull/10102) value
74+
`gossip.peer-msg-rate-bytes=102400` is introduced to allow limiting the
75+
outgoing bandwidth used by each peer when processing gossip-related messages.
76+
Note this is different from `gossip.msg-rate-bytes`, as this new config
77+
controls the bandwidth per peer, while `msg-rate-bytes` controls the gossip as
78+
a whole. This new config prevents a single misbehaving peer from using up all
79+
the bandwidth.
7380

7481
## lncli Additions
7582

0 commit comments

Comments
 (0)