Displaying 9 results from an estimated 9 matches for "nistnet_us".
Did you mean:
nistnet_user
2005 Mar 30
5
netem with prio hangs on duplicate
hi
i tried the example given on the examples page to
duplicate selected traffic like
tc qdisc add dev eth0 root handle 1: prio
tc qdisc add dev eth0 parent 1:3 handle 3: netem
duplicate 40%
tc filter add dev eth0 protocol ip parent 1:0 prio 3
u32 match ip dst 11.0.2.2 flowid 1:3
when i ping from 11.0.2.2 to this interface my machine
hangs. the same thing works for drop or delay.
i would
2005 May 03
2
using tc as a function call
i wrote a C++ program that executes "tc" using the
std::system call. this fairly reduces the performance
if many tc calls are required.
i want to be able to rename tc''s main function to
tc_main and pass argv and argc. has someone done
something like this? please let me know how i can
compile for netem.
thanks.
__________________________________________________
Do You
2005 Feb 02
1
doubts: cross compiling iproute2
i tried to cross compile iproute2 on a linux machine using a cross compiler for ppc750. i have some questions:
1) make tries to execute tc/normal, tc/paretonormal, tc/pareto to make distribution files like normal.dist
because i am cross compiling the object files can''t be executed. will it suffice if i copy the distribution files from my linux iproute2 compilation to the /usr/lib/tc
2005 Jul 20
1
TBF + burst
I am using tbf to do rate limitation. i set the rate,
burst and latency parameters for tbf. but when i start
passing data i notice that there is an initial burst
and then the rate goes down to the configured level.
is this because tbf starts with a full bucket?
thanks.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection
2005 Apr 04
0
question about pkt_sched.h for tc
in the tc directory tc_util.h and tc_core.h use
pkt_sched.h which is stored in iproute''s include
directory. is there any dependency between this
pkt_sched.h file and the ones that come with the
standard linux kernel source.
thanks.
__________________________________
Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
2005 Apr 25
0
filtering ipv6
does the current version of tc support ipv6 filtering?
i came accross this web page
http://lartc.org/howto/lartc.adv-filter.ipv6.html and
wanted to know if this is a round about way and can
ipv6 filtering be done on other parameters?
thanks.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 Feb 02
0
cross compiling iproute2
i have to cross compile iproute2 for power pc. i am
completely new to cross compiling and would appreciate
any help.
thanks.
__________________________________
Do you Yahoo!?
All your favorites on one personal page Try My Yahoo!
http://my.yahoo.com
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc
2005 Mar 28
2
getting qdisc stats using rtnetlink sockets
hi
i wanted to get the qdisc stats without using tc. is
this possible by just using rtnetlink sockets
directly? if possible could someone point me to an
example.
thanks.
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
2005 Jul 13
6
tbf initial burst
I am using tbf to do bandwidth limitation. i found that when i start passing traffic there is a burst and then the rate goes down to what is configured. is this a known issue or do i need to change some parameters?
thanks.
---------------------------------
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
_______________________________________________
LARTC mailing list