bandwidth, not bandwith.

This commit is contained in:
wiz 2003-01-17 23:58:55 +00:00
parent a50e3bc1cb
commit a3213b9aee
2 changed files with 4 additions and 4 deletions

View File

@ -14324,7 +14324,7 @@ expect it.
User friendly software searching for friendly Hardware to interface with.
Hardware may present itself in floppy format as software has capability to
upgrading same to full size firm. Size is not all that important; but byte
sized bandwith required -- header width is of more concern. Joystick should
sized bandwidth required -- header width is of more concern. Joystick should
be able to toggle in different speeds and for some duration. Software is
looking for system willing to perform intensive manipulation of keyboard as
well as preparing the mainframe and disk drives. Fingering of all files

View File

@ -1,4 +1,4 @@
.\" $NetBSD: route.4,v 1.12 2002/05/12 15:48:38 wiz Exp $
.\" $NetBSD: route.4,v 1.13 2003/01/18 00:01:18 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -275,8 +275,8 @@ struct rt_metrics {
u_long rmx_mtu; /* MTU for this path */
u_long rmx_hopcount; /* max hops expected */
u_long rmx_expire; /* lifetime for route, e.g. redirect */
u_long rmx_recvpipe; /* inbound delay-bandwith product */
u_long rmx_sendpipe; /* outbound delay-bandwith product */
u_long rmx_recvpipe; /* inbound delay-bandwidth product */
u_long rmx_sendpipe; /* outbound delay-bandwidth product */
u_long rmx_ssthresh; /* outbound gateway buffer limit */
u_long rmx_rtt; /* estimated round trip time */
u_long rmx_rttvar; /* estimated rtt variance */