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.
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
401400A 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
406405A 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):
You can’t perform that action at this time.
0 commit comments