Skip to content

Commit 35a6584

Browse files
lightning-developerbitschmidty
authored andcommitted
News179: 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 0a8245a commit 35a6584

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
@@ -91,6 +91,14 @@ repo], [Hardware Wallet Interface (HWI)][hwi repo],
9191
merged this week, updates that implementation to follow this updated
9292
specification.
9393

94+
- [BOLTs #918][] removes the rate limiting of ping messages. `ping` messages
95+
are mainly used to check if the peer connection is still alive. Prior to
96+
this merge `ping` messages were supposed to be sent at most once every 30
97+
seconds. For many nodes it is useful to send heart beat messages via `ping`
98+
more frequently to assure a high quality of service. As other Lightning
99+
messages are not rate limited the 30 seconds rate limit for `ping` messages
100+
was also dropped.
101+
94102
- [BOLTs #906][] adds a new feature bit for the `channel_type` feature
95103
described in [Newsletter #165][news165 channel_type]. By adding a
96104
bit, it will become easier for future nodes to only choose peers that
@@ -103,7 +111,7 @@ Next week we’ll publish our annual special year-in-review issue. We’ll
103111
return to regular publication on Wednesday, January 5th.
104112

105113
{% include references.md %}
106-
{% include linkers/issues.md issues="867,23716,20295,14707,23486,940,906,1204" %}
114+
{% include linkers/issues.md issues="867,23716,20295,14707,23486,940,906,1204,918" %}
107115
[news162 unec]: /en/newsletters/2021/08/18/#dust-limit-discussion
108116
[rubin unec]: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-December/019635.html
109117
[somsen unec]: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-December/019637.html

0 commit comments

Comments
 (0)