File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.
70
70
finish under this timeout value. Consider using a larger timeout value if you
71
71
have a slow network.
72
72
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.
73
80
74
81
## lncli Additions
75
82
You can’t perform that action at this time.
0 commit comments