Skip to content

Commit

Permalink
Merge pull request #13 from named-data/pulsejet/seqstart
Browse files Browse the repository at this point in the history
Clarify sequence numbers are 1-indexed
  • Loading branch information
pulsejet authored Nov 8, 2023
2 parents 1cc067a + a0b26b3 commit 9bc9379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ SEQ-NO-TYPE = 204

- The encoded state vector in the Interest consists of State Vector Entries
- Each entry is a tuple of the NodeID of each node followed by its latest sequence number
- The sequence number is 1-indexed, i.e. the first valid sequence number in a state vector is 1
- Node names in the encoded version vector are ordered in [NDN canonical order](https://docs.named-data.net/NDN-packet-spec/0.3/name.html#canonical-order) to allow for Interest aggregation.
- Definition: _A State Vector A is outdated to State Vector B, if A contains any entry with seq number strictly smaller than in B._

Expand Down

0 comments on commit 9bc9379

Please sign in to comment.