Utcp.SequenceThe module of TCP sequence numbers (unsigned 32 bit values, arithmetic operations may wrap)
val of_int32 : int32 -> tof_int32 i converts i to a sequence number.
val to_int32 : t -> int32to_int32 t converts t to an int32.
val zero : tzero is the 0 as sequence number.
less_equal s1 s2 checks whether s1 is smaller than s2 or equal to s2.
greater_equal s1 s2 checks whether s1 is greater than s2 or equal to s2.