We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73770db commit 59f50fbCopy full SHA for 59f50fb
1 file changed
docs/release-notes/release-notes-0.21.0.md
@@ -56,6 +56,12 @@
56
transitions during startup, avoiding lost unlocks during slow database
57
initialization.
58
59
+* [Fixed handling of BOLT 1 pings requesting 65532 or more pong
60
+ bytes](https://github.com/lightningnetwork/lnd/pull/10674). LND now ignores
61
+ these valid no-reply pings instead of disconnecting peers, restoring
62
+ compatibility with implementations that pad `channel_reestablish` messages
63
+ with them.
64
+
65
# New Features
66
67
- [Basic Support](https://github.com/lightningnetwork/lnd/pull/9868) for onion
0 commit comments