diff --git a/draft-ietf-lsvr-l3dl.xml b/draft-ietf-lsvr-l3dl.xml
index 6f895d8..1cbcd97 100644
--- a/draft-ietf-lsvr-l3dl.xml
+++ b/draft-ietf-lsvr-l3dl.xml
@@ -390,8 +390,13 @@
multiple Datagrams and reassembled by the receiver a la Section 2.3 Fragmentation.
+ Should a PDU need to be retransmitted, it MUST BE sent as the
+ identical Datagram set as the original transmission. The
+ Transmission Sequence Number assures the receiver that it is the
+ same PDU.
+
@@ -416,9 +421,17 @@
is in the datagram as opposed to, for example, the PDU header.
A bit that set to one if this Datagram is the
- last Datagram of the PDU. For a PDU which fits in only one
- Datagram, it is set to one. Note that this is the inverse of the
- marking technique used by .
+ last Datagram of the PDU. For a PDU which fits in
+ only one Datagram, it is set to one. Note that this is the
+ inverse of the marking technique used by .
+
+ A 16-bit strictly
+ increasing unsigned integer identifying this PDU, possibly across
+ retransmissions, that wraps from 2^24-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.A monotonically increasing 24-bit
value which starts at zero for each PDU. This is used to
@@ -1295,8 +1308,9 @@ q-->
L3DL devices SHOULD beacon frequent Layer 2 KEEPALIVE PDUs to
- ensure session continuity. A receiver may choose to ignore
- KEEPALIVE PDUs.
+ ensure session continuity. The inter-KEEPALIVE interval is
+ configurable, with a default of ten seconds. A receiver may choose
+ to ignore KEEPALIVE PDUs.
An operational deployment MUST BE configured whether to use
KEEPALIVEs or not, either globally, or down to per-link granularity.
@@ -1611,9 +1625,9 @@ q-->
Kovuru for comments during implementation, Jeff Haas for review and
comments, Joe Clarke for a useful review, John Scudder for deeply
serious review and comments, Larry Kreeger for a lot of layer 2
- clue, Martijn Schmidt for his contribution, Neeraj Malhotra for
- review, Russ Housley for checksum discussion and sBox, and Steve
- Bellovin for checksum advice.
+ clue, Martijn Schmidt for his contribution, Nalin Pai for transport
+ discussions, Neeraj Malhotra for review, Russ Housley for checksum
+ discussion and sBox, and Steve Bellovin for checksum advice.
@@ -1671,6 +1685,7 @@ q-->
+