On Mon, 2008-10-27 at 18:03 +0900, Bruce Sutherland wrote: > Hi all, > > In tcp_next_iss(), the arbitrary value of 6510 is used as the starting > initial sequence number. Is there any reason not to use any other arbitrary > starting value, such as zero?
It should really be random, but no constant is any better than another. i.e. zero would be as good. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
