John Baldwin 0e8cc7e748 Change a few members of tcpcb that store cached copies of ticks to be ints
instead of unsigned longs.  This fixes a few overflow edge cases on 64-bit
platforms.  Specifically, if an idle connection receives a packet shortly
before 2^31 clock ticks of uptime (about 25 days with hz=1000) and the keep
alive timer fires after 2^31 clock ticks, the keep alive timer will think
that the connection has been idle for a very long time and will immediately
drop the connection instead of sending a keep alive probe.

Reviewed by:	silby, gnn, lstewart
MFC after:	1 week
2009-06-10 18:27:15 +00:00
..
2009-04-29 10:20:17 +00:00
2008-12-15 06:10:57 +00:00
2009-05-09 18:50:01 +00:00
2009-02-03 11:04:03 +00:00
2009-02-03 11:04:03 +00:00
2009-03-14 13:42:13 +00:00
2008-06-11 22:12:50 +00:00
2007-09-24 05:26:24 +00:00
2009-05-23 16:51:13 +00:00