John Baldwin 9f78a87a06 - Change members of tcpcb that cache values of ticks from int to u_int:
t_rcvtime, t_starttime, t_rtttime, t_bw_rtttime, ts_recent_age,
  t_badrxtwin.
- Change t_recent in struct timewait from u_long to u_int32_t to match
  the type of the field it shadows from tcpcb: ts_recent.
- Change t_starttime in struct timewait from u_long to u_int to match
  the t_starttime field in tcpcb.

Requested by:	bde (1, 3)
2009-06-16 18:58:50 +00:00
..
2009-06-15 20:40:23 +00:00
2009-06-16 14:55:13 +00:00
2009-06-05 18:44:36 +00:00
2009-06-09 21:29:16 +00:00
2009-06-14 03:32:52 +00:00
2009-05-23 13:23:46 +00:00
2009-06-15 20:40:23 +00:00
2009-05-28 08:18:12 +00:00
2009-05-30 08:53:13 +00:00