PDU length limit of 64k
This commit is contained in:
parent
449c72a466
commit
dd0b044156
1 changed files with 6 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<?rfc compact="yes"?>
|
||||
<?rfc subcompact="no"?>
|
||||
|
||||
<rfc category="std" docName="draft-ietf-sidrops-8210bis-17"
|
||||
<rfc category="std" docName="draft-ietf-sidrops-8210bis-173"
|
||||
submissionType="IETF" ipr="trust200902" version="2" consensus="yes">
|
||||
|
||||
<front>
|
||||
|
|
@ -141,6 +141,9 @@
|
|||
(two) and <xref target="version"/> on Protocol Version
|
||||
Negotiation has been updated accordingly.
|
||||
</t>
|
||||
<t>
|
||||
Limits the maximum size of a PDU to 64k.
|
||||
</t>
|
||||
</list>
|
||||
</t>
|
||||
</section>
|
||||
|
|
@ -421,7 +424,8 @@
|
|||
<t hangText="Length:">
|
||||
A 32-bit unsigned integer which has as its value the count
|
||||
of the octets in the entire PDU, including the 8 octets of
|
||||
header which includes the length field.
|
||||
header which includes the length field. This length MUST
|
||||
NOT exceed 65,535 octets.
|
||||
</t>
|
||||
<t hangText="Flags:">
|
||||
An 8-bit binary field, with the lowest-order bit being 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue