File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,23 @@ circuit. The indices are only available for forwarding events saved after v0.20.
79
79
finish under this timeout value. Consider using a larger timeout value if you
80
80
have a slow network.
81
81
82
+ * The default value for ` gossip.msg-rate-bytes ` has been
83
+ [ increased] ( https://github.com/lightningnetwork/lnd/pull/10096 ) from 100KB to
84
+ 1MB, and ` gossip.msg-burst-bytes ` has been increased from 200KB to 2MB.
85
+
82
86
* Added [ ` deletecanceledinvoices ` ] (
83
87
https://github.com/lightningnetwork/lnd/pull/9625 ) RPC to allow the removal of
84
88
a canceled invoice. Supports deleting a canceled invoice by providing its
85
89
payment hash.
86
90
91
+ * A [ new config] ( https://github.com/lightningnetwork/lnd/pull/10103 ) value
92
+ ` gossip.peer-msg-rate-bytes=102400 ` is introduced to allow limiting the
93
+ outgoing bandwidth used by each peer when processing gossip-related messages.
94
+ Note this is different from ` gossip.msg-rate-bytes ` , as this new config
95
+ controls the bandwidth per peer, while ` msg-rate-bytes ` controls the gossip as
96
+ a whole. This new config prevents a single misbehaving peer from using up all
97
+ the bandwidth.
98
+
87
99
## lncli Additions
88
100
89
101
* [ ` lncli sendpayment ` and ` lncli queryroutes ` now support the
You can’t perform that action at this time.
0 commit comments