Skip to content

Commit 58287e2

Browse files
authored
Merge pull request #918 from TheBlueMatt/2021-09-drop-ping-rl
Drop ping sending rate-limit suggestion
2 parents 886c8f0 + 49e1c1c commit 58287e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

01-messaging.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,15 +396,13 @@ memory.
396396
- if it doesn't receive a corresponding `pong`:
397397
- MAY terminate the network connection,
398398
- and MUST NOT fail the channels in this case.
399-
- SHOULD NOT send `ping` messages more often than once every 30 seconds.
400399

401400
A node sending a `pong` message:
402401
- SHOULD set `ignored` to 0s.
403402
- MUST NOT set `ignored` to sensitive data such as secrets or portions of initialized
404403
memory.
405404

406405
A node receiving a `ping` message:
407-
- SHOULD fail the channels if it has received significantly in excess of one `ping` per 30 seconds.
408406
- if `num_pong_bytes` is less than 65532:
409407
- MUST respond by sending a `pong` message, with `byteslen` equal to `num_pong_bytes`.
410408
- otherwise (`num_pong_bytes` is **not** less than 65532):

0 commit comments

Comments
 (0)