Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2009 12:41:54 +1000 (EST)
From:      Bruce Evans <brde@optusnet.com.au>
To:        John Baldwin <jhb@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r194303 - head/sys/netinet
Message-ID:  <20090617124103.P1530@besplex.bde.org>
In-Reply-To: <200906161858.n5GIwoM8040861@svn.freebsd.org>
References:  <200906161858.n5GIwoM8040861@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090617124103.P1530>