Skip to content

Commit ba5e6d0

Browse files
lightning-developerharding
authored andcommitted
added a summary of BOLTs PR 918
Of course one can argue whether this is a notable code change. I think this feature is very useful for LSPs and it seemed to be heavily motivated from that context by Matt. As Optech reader are mainly professionals I thought I should at least suggest to write about the update.
1 parent d0b95ec commit ba5e6d0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

_posts/en/newsletters/2021-12-15-newsletter.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ repo], [Hardware Wallet Interface (HWI)][hwi repo],
9797
merged this week, updates that implementation to follow this updated
9898
specification.
9999

100+
- [BOLTs #918][] removes the rate limiting of ping messages. `ping` messages
101+
are mainly used to check if the peer connection is still alive. Prior to
102+
this merge `ping` messages were supposed to be sent at most once every 30
103+
seconds. For many nodes it is useful to send heart beat messages via `ping`
104+
more frequently to assure a high quality of service. As other Lightning
105+
messages are not rate limited the 30 seconds rate limit for `ping` messages
106+
was also dropped.
107+
100108
- [BOLTs #906][] introduce feature bit to gate new channel_type feature FIXME:dongcarl
101109

102110
## Holiday publication schedule
@@ -107,7 +115,7 @@ return to regular publication on Wednesday, January 5th.
107115

108116
<!-- FIXME:harding update topics/releases/RCs -->
109117
{% include references.md %}
110-
{% include linkers/issues.md issues="867,23716,20295,14707,23486,940,906,1204" %}
118+
{% include linkers/issues.md issues="867,23716,20295,14707,23486,940,906,1204,918" %}
111119
[news162 unec]: /en/newsletters/2021/08/18/#dust-limit-discussion
112120
[rubin unec]: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-December/019635.html
113121
[somsen unec]: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-December/019637.html

0 commit comments

Comments
 (0)