Deleted Added
full compact
rtentry.9 (140561) rtentry.9 (171726)
1.\"
2.\" Copyright 1996 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

--- 12 unchanged lines hidden (view full) ---

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
1.\"
2.\" Copyright 1996 Massachusetts Institute of Technology
3.\"
4.\" Permission to use, copy, modify, and distribute this software and
5.\" its documentation for any purpose and without fee is hereby
6.\" granted, provided that both the above copyright notice and this
7.\" permission notice appear in all copies, that both the above
8.\" copyright notice and this permission notice appear in all

--- 12 unchanged lines hidden (view full) ---

21.\" SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22.\" LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
23.\" USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24.\" ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
26.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/share/man/man9/rtentry.9 140561 2005-01-21 08:36:40Z ru $
29.\" $FreeBSD: head/share/man/man9/rtentry.9 171726 2007-08-05 07:38:09Z maxim $
30.\"
31.Dd October 7, 2004
32.Os
33.Dt RTENTRY 9
34.Sh NAME
35.Nm rtentry
36.Nd structure of an entry in the kernel routing table
37.Sh SYNOPSIS

--- 220 unchanged lines hidden (view full) ---

258The slow-start threshold used in
259.Tn TCP
260congestion-avoidance.
261.It Vt "u_long rmx_rtt" ;
262The round-trip time to this destination, in units of
263.Dv RMX_RTTUNIT
264per second.
265.It Vt "u_long rmx_rttvar" ;
30.\"
31.Dd October 7, 2004
32.Os
33.Dt RTENTRY 9
34.Sh NAME
35.Nm rtentry
36.Nd structure of an entry in the kernel routing table
37.Sh SYNOPSIS

--- 220 unchanged lines hidden (view full) ---

258The slow-start threshold used in
259.Tn TCP
260congestion-avoidance.
261.It Vt "u_long rmx_rtt" ;
262The round-trip time to this destination, in units of
263.Dv RMX_RTTUNIT
264per second.
265.It Vt "u_long rmx_rttvar" ;
266The average deviation of the round-type time to this destination, in
266The average deviation of the round-trip time to this destination, in
267units of
268.Dv RMX_RTTUNIT
269per second.
270.It Vt "u_long rmx_pksent" ;
271A count of packets successfully sent via this route.
272.It Vt "u_long rmx_filler[4]" ;
273.\" XXX badly named
274Empty space available for protocol-specific information.

--- 29 unchanged lines hidden ---
267units of
268.Dv RMX_RTTUNIT
269per second.
270.It Vt "u_long rmx_pksent" ;
271A count of packets successfully sent via this route.
272.It Vt "u_long rmx_filler[4]" ;
273.\" XXX badly named
274Empty space available for protocol-specific information.

--- 29 unchanged lines hidden ---