diff --git a/draft-ietf-lsvr-l3dl.xml b/draft-ietf-lsvr-l3dl.xml index 1cbcd97..80a93fc 100644 --- a/draft-ietf-lsvr-l3dl.xml +++ b/draft-ietf-lsvr-l3dl.xml @@ -137,7 +137,8 @@ A hierarchic subset of a crossbar switch topology commonly used in data centers. The L3DL content of a single Layer 2 - frame. A full L3DL PDU may be packaged in multiple Datagrams. + frame, sans Ethernet framing. A full L3DL PDU may be packaged in + multiple Datagrams. Address Family Indicator and Subsequent Address Family Indicator (AFI/SAFI). I.e. classes of layer 2.5 and 3 addresses such as IPv4, IPv6, MPLS, etc. @@ -158,8 +159,8 @@ of the largest packet that can be sent on a medium, see 1.3.3. Protocol Data Unit, an L3DL application layer - message. A PDU may need to be broken into multiple Datagrams to - make it through MTU or other restrictions. + message. A PDU's content may need to be broken into multiple + Datagrams to make it through MTU or other restrictions. An 32-bit identifier unique in the current routing domain, see . An established, via OPEN PDUs, session @@ -403,11 +404,13 @@ 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -| Version |L| Datagram Number | +| Version |L| Transmission Sequence Number | | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -| Datagram Length | Checksum ~ +| Datagram Number | Datagram Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ -~ | Payload... ~ +| Checksum | ++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +| Payload... | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -428,7 +431,7 @@ A 16-bit strictly increasing unsigned integer identifying this PDU, possibly across - retransmissions, that wraps from 2^24-1 to 0. The initial value + retransmissions, that wraps from 2^16-1 to 0. The initial value is arbitrary. See on DNS Serial Number Arithmetic for too much detail on comparison and incrementing a wrapping sequence number. @@ -443,9 +446,11 @@ a datagram to 2^16 octets. A 32 bit hash over the Datagram to detect - bit flips, see . If a Datagram fails a - checksum verification, the entire PDU is invalid and should be - silently discarded. + bit flips, see . + + If a Datagram fails checksum verification, the datagram is + invalid and should be silently discarded. The sender will + retransmit the PDU, and the receiver can assmble it. The PDU being transported or a fragment thereof.