Commit e68cc75
committed
F-5813: clarify BuildMessage sequence-number wrap comment
The sequence number 2^64-1 is itself RFC 5246 6.1-legal; only the wrap to 0
is forbidden. GetSEQIncrement reads the current counter then post-increments
it, so the check refuses the final legal sequence number to avoid the
wrapping post-increment. Document that this last value is deliberately
sacrificed rather than implying 2^64-1 is itself unusable.1 parent 108afdf commit e68cc75
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24777 | 24777 | | |
24778 | 24778 | | |
24779 | 24779 | | |
24780 | | - | |
24781 | | - | |
24782 | | - | |
24783 | | - | |
24784 | | - | |
| 24780 | + | |
| 24781 | + | |
| 24782 | + | |
| 24783 | + | |
| 24784 | + | |
24785 | 24785 | | |
24786 | 24786 | | |
24787 | 24787 | | |
| |||
0 commit comments