A Related Issue
So, we mentioned that TCPs do not use zero for an initial sequence number
ISNs are supposed to be chosen so that packets belonging to an earlier instantiation of the same connection aren’t accepted as valid
One way is to use a system-wide ISN counter (increment every 4us say)
Security concerns suggest random ISNs