svn commit: r194303 - head/sys/netinet

Bruce Evans brde at optusnet.com.au
Wed Jun 17 02:42:01 UTC 2009


On Tue, 16 Jun 2009, John Baldwin wrote:

> Author: jhb
> Date: Tue Jun 16 18:58:50 2009
> New Revision: 194303
> URL: http://svn.freebsd.org/changeset/base/194303
>
> Log:
>  - 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)

Thanks.

Bruce


More information about the svn-src-head mailing list