]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Change members of tcpcb that cache values of ticks from int to u_int:
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 16 Jun 2009 18:58:50 +0000 (18:58 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 16 Jun 2009 18:58:50 +0000 (18:58 +0000)
commit9f78a87a06d6f152b122744282db1b6d54ecc2eb
tree008188fd50285970e02b976ab7a116738a474b5c
parent516ebe3c1e5da15c5578843c3cd0a2d91d694803
- 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)
sys/netinet/tcp_usrreq.c
sys/netinet/tcp_var.h