CHANGES.html
changeset 6529 dd982eaf6026
parent 6459 d5cfe99001f0
child 6540 d2768932d6c3
--- a/CHANGES.html	Mon Aug 09 12:54:48 2010 -0400
+++ b/CHANGES.html	Mon Aug 09 14:05:48 2010 -0400
@@ -66,6 +66,14 @@
 "RespondToInterfaceEvents", which when enabled, will cause global routes
 to be recomputed upon any interface or address notification event from IPv4.
 </ul>
+<ul><b>Generic sequence number:"</b> New generic sequence number class to 
+easily handle comparison, subtraction, etc. for sequence numbers.  
+To use it you need to supply two fundamental types as template parameters: 
+NUMERIC_TYPE and SIGNED_TYPE.  For instance, SequenceNumber<uint32_t, int32_t> 
+gives you a 32-bit sequence number, while SequenceNumber<uint16_t, int16_t> 
+is a 16-bit one.  For your convenience, these are typedef'ed as 
+SequenceNumber32 and SequenceNumber16, respectively.
+</ul>
 
 <h2>Changes to existing API:</h2>