File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -396,15 +396,13 @@ memory.
396
396
- if it doesn't receive a corresponding ` pong ` :
397
397
- MAY terminate the network connection,
398
398
- and MUST NOT fail the channels in this case.
399
- - SHOULD NOT send ` ping ` messages more often than once every 30 seconds.
400
399
401
400
A node sending a ` pong ` message:
402
401
- SHOULD set ` ignored ` to 0s.
403
402
- MUST NOT set ` ignored ` to sensitive data such as secrets or portions of initialized
404
403
memory.
405
404
406
405
A node receiving a ` ping ` message:
407
- - SHOULD fail the channels if it has received significantly in excess of one ` ping ` per 30 seconds.
408
406
- if ` num_pong_bytes ` is less than 65532:
409
407
- MUST respond by sending a ` pong ` message, with ` byteslen ` equal to ` num_pong_bytes ` .
410
408
- otherwise (` num_pong_bytes ` is ** not** less than 65532):
You can’t perform that action at this time.
0 commit comments