From: xiao hongge <xhongge@yahoo.com>
To: lartc@vger.kernel.org
Subject: [LARTC] strange question about HBT class.
Date: Fri, 11 Oct 2002 08:59:41 +0000 [thread overview]
Message-ID: <marc-lartc-103432683609589@msgid-missing> (raw)
[-- Attachment #1: Type: text/plain, Size: 1156 bytes --]
Hi,
I've find one strange question about HBT class.
Could you explain it ? thanks
<pre>
+-----------+ +--------+
| linux box |--------------------------| Client | ipA
+-----------+eth0 +--------+
</pre>
on linux box script:
tc qdisc add dev eth0 root handle 1:
tc class add dev eth0 parent 1: classid 1:1 htb default 100
tc class add dev eth0 parent 1: classid 1:30 htb rate 30kbps ceil 30kbps burst 2k
tc class add dev eth0 parent 1: classid 1:70 htb rate 70kbps ceil 70kbps burst 2k
tc filter add dev eth0 parent 1: protocol ip handle 0x30 fw classid 1:30
tc filter add dev eth0 parent 1: protocol ip handle 0x70 fw classid 1:70
ipchains -F
ipchains -I output -d $ipA -m 0x70 -j ACCEPT
question:
when ipA OS is linux,I use ftp to download file from linux box,the
bandwidth is right about 70kbps.but when ipA OS is window98,I use ftp
download file from linux box again,the bandwidth is 27kbps only.I replace
ipA with another machine,It have same result.why? why?
---------------------------------
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos, & more
faith.yahoo.com
[-- Attachment #2: Type: text/html, Size: 1605 bytes --]
reply other threads:[~2002-10-11 8:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-103432683609589@msgid-missing \
--to=xhongge@yahoo.com \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.