Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net bandwidth, not bandwith.



details:   https://anonhg.NetBSD.org/src/rev/bd88f6c8dd3e
branches:  trunk
changeset: 541778:bd88f6c8dd3e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jan 18 12:02:40 2003 +0000

description:
bandwidth, not bandwith.

diffstat:

 sys/net/route.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r dd5e4df7c480 -r bd88f6c8dd3e sys/net/route.h
--- a/sys/net/route.h   Sat Jan 18 11:44:11 2003 +0000
+++ b/sys/net/route.h   Sat Jan 18 12:02:40 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: route.h,v 1.32 2002/11/12 02:10:13 itojun Exp $        */
+/*     $NetBSD: route.h,v 1.33 2003/01/18 12:02:40 wiz Exp $   */
 
 /*
  * Copyright (c) 1980, 1986, 1993
@@ -67,8 +67,8 @@
        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 */



Home | Main Index | Thread Index | Old Index