Displaying 1 result from an estimated 1 matches for "priorate1".
Did you mean:
priorate2
2006 Nov 12
9
Why did I need strange ceiling settings? (full version)
...without traffic shaping.
> Yesterday I played a little with the ceiling value and found that
> increasing it to 175kBps did the job.
> Could anybody please explain this strange behaviour?
>
> My shaping script looks as follows:
UPRATE="175kbps"
P2PRATE="20kbps"
PRIORATE1="80kbps"
PRIORATE2="50kbps"
PRIORATE3="40kbps"
PRIORATE4="5kbps"
MTU="`/sbin/ifconfig $EXTIF | grep ''MTU'' | awk ''{print $6}'' | sed -e
''s/.*://''`"
# Quantum
QUANTUM1=$(($MTU*4))
QUANTUM2=$(($MT...