Displaying 9 results from an estimated 9 matches for "fduzova".
2005 May 26
2
Leaky bucket in TC
Hi,
I am trying to control bandwidths of the connections by using TC with
HTB. But I want to implement Leaky Bucket on this structure so as to
have a straight flow.
Due to being new in this area, could anyone help me how I could do this?
Does TC support leaky bucket?
Best regards,
Fatih Duzova
2005 Jun 09
1
Segmentation fault
Hi,
I have a small question about tc''s source code. I m trying to compile
the code by itself, and for this purpose i ve created a big .c file
that includes all the sources it uses. the reason behind this to make
a small modification for my school project.
But whenever I try to do "tc qdisc add ..." or "tc class add..", it
gives the error segmentation fault, and it
2005 Jun 22
0
dropping tokens
Hello,
For a test purpose, I want to drop tokens with determined
probabilities in an HTB structure. But I do not know how I could do
this, in fact due to being newbie. I d appreciate if anyone could help
and suggest sth. Thanks,
FDuzova
2005 Jun 23
7
where s filtering done?
hello,
I am trying to find where filtering is done in order to drop packets
randomly there (eg.10%of them) for a testing purpose in a school
project.
I want to do this after packet is filtered and before being sent. I d
aprreciate if you could help or suggest.
Thanks.
2005 May 24
2
source code of tc-traffic controller
Hi, I need the source code of tc-traffic controller tool, but due to
being new here, I could not find it. And also I should know whether I
can implement leaky bucket with tc.
I would be grateful, if anybody could help me..
Fatih Duzova
2005 May 28
0
Dynamic bandwidth control on htb
Hi,
I ve implemented htb queues for some ports on my computer by
filtering. when creating queues at very first, i defined rate and ceil
values (and made them equal to have a constant bw).
How can i change dynamically after this, to increase or decrease bw
then? Is there any way to do this?
I would be glad, if anyone could help me..
Fatih DUZOVA
2005 May 28
2
bandwidth control on htb
Hi,
I implemented queues on some ports with htb by filtering. and to have
a constant bw, i defined rate and ceil the same. But while watching
the bw''s, I ve realized they may sometimes exceed the defined value
for short periods. How could I avoid this situation? I thought that
implementing a leaky bucket''d be fine but i m not sure about this and
how to do it on tc.
I would be
2005 Jun 09
0
Segmentation fault -after using gdb-
I also gdb'' d the code, and at this part of the code, it gives such an error:
Program received signal SIGSEGV, Segmentation fault.
0x00000083 in ?? ()
If you could help me, I would appreciate.
******************************************************************************
Hi,
I have a small question about tc''s source code. I m trying to compile
the code by itself, and for this
2005 Jun 20
0
Error rate control on queues
Hello,
I want to implement error rate control on the queues which ve been
created as htb. The aim is to see the results by dropping packets
randomly with a determined error rate- may be changed dynamically- on
the requested queues while sending data.
But I do not know where to begin, and what to use. I would appreciate
if anyone could help me and suggest sth.
Thanks,
Fatih