Hi !

A collegue of mine has an Apple (Mac OS X) and told me about
a cool software, that priorizes outgoing ACKs over other traffic.

Apple MacOS X application, see:

        http://www.intrarts.com/quest/throttle.html

Using DSL you have usually 768K in and 128K out.
Figure a szenario, where you ftp like hell from a ftp
server. You get very good throughput, since the outgoing
ACKs of the incoming ftp data stream are not throttled by
128K outgoing bandwidth.

But if you start another application like cvsup at the
same time you'll notice an immediate throttle of incoming
packets, because cvsup monopolizes the outgoing 128K bandwidth.
And if the ACKs don't get out in a timely manner, you can't get
that much incoming FTP traffic.

The above mentioned software manages exactly this by using
a daemon program. With divert sockets and ipfw you send outgoing
traffic to this daemon which gives outgoing ACKs over the
128K higher preference and buffers the rest of the traffic
(I think).

Would something like this be possible anyhow with our current
Firewall implementation, or would somebody have time and fun
to implement this ??

        Andreas ///

-- 
Andreas Klemm                             /\/\/\/\/\/\/\/\/\/\/\
http://www.64bits.de                     <  Powered by FreeBSD  >
http://www.apsfilter.org/                 \   www.FreeBSD.org  /
http://people.FreeBSD.ORG/~andreas         \/\/\/\/\/\/\/\/\/\/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to