Explicitly mention hop limit in protocol definition.
This commit is contained in:
parent
333b3495ae
commit
c148ee928c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ where such a packet came from MAY be closed.
|
||||||
Protocol-Type is one of those specified in section Protocol Messages,
|
Protocol-Type is one of those specified in section Protocol Messages,
|
||||||
or 255 for Content Messages.
|
or 255 for Content Messages.
|
||||||
|
|
||||||
Hop Limit SHOULD be set to `MAX_HOP_COUNT` on message creation, and
|
Hop Limit SHOULD be set to `20` on message creation, and
|
||||||
MUST NOT be changed by a forwarding node.
|
MUST NOT be changed by a forwarding node.
|
||||||
|
|
||||||
Hop Count specifies the number of nodes a message may pass. When
|
Hop Count specifies the number of nodes a message may pass. When
|
||||||
|
|
Reference in a new issue