Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2003 13:34:20 -0700
From:      John-Mark Gurney <gurney_j@efn.org>
To:        Max Clark <max.clark@media.net>
Cc:        Dan Nelson <dnelson@allantgroup.com>
Subject:   Re: What ever happened with this? "eXperimental bandwidth delay product code"
Message-ID:  <20030709203420.GW44762@funkthat.com>
In-Reply-To: <ILENIMHFIPIBHJLCDEHKGEEOCJAA.max.clark@media.net>
References:  <20030709202100.GN39506@dan.emsphone.com> <ILENIMHFIPIBHJLCDEHKGEEOCJAA.max.clark@media.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Max Clark wrote this message on Wed, Jul 09, 2003 at 13:27 -0700:
> :) hehe...
> 
> Okay, let's say how do I force my machine to think it doesn't have any
> latency and saturate a 6Mbit/s link even though the link has 220ms latency?

You might want to try:
net.inet.tcp.sendspace=$((128*1024))
net.inet.tcp.inflight_min=$((64*1024))
net.inet.tcp.inflight_enable=1

Try to increase inflight_min if necessary.  Of course this will effect
all sending data to this box, so it might have other negative effects.

> -----Original Message-----
> From: Dan Nelson [mailto:dnelson@allantgroup.com]
> Sent: Wednesday, July 09, 2003 1:21 PM
> To: Max Clark
> Cc: freebsd-hackers@freebsd.org
> Subject: Re: What ever happened with this? "eXperimental bandwidth delay
> product code"
> 
> 
> In the last episode (Jul 09), Max Clark said:
> > Assuming zero (0) network latency what should I configure on my
> > FreeBSD boxes to saturate a 6Mbit/s (750Kbyte/s) link?
> 
> Assuming zero latency, absolutely nothing :)  You can easily saturate a
> 100mbit LAN connection (which has like a 12K bw*d product) even with
> IDE disks.  Latency and packetloss are the killers.
> 
> --
> 	Dan Nelson
> 	dnelson@allantgroup.com
> 
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



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