Displaying 7 results from an estimated 7 matches for "7kbps".
Did you mean:
kbps
2003 Feb 26
1
traffic shaper with htb and imq ==> bad latency
...it
tc qdisc add dev $EXTIF root handle 1:0 htb default 13
tc class add dev $EXTIF parent 1:0 classid 1:1 htb rate 16kbps ceil 16kbps prio 0
# Gamevoice
tc class add dev $EXTIF parent 1:1 classid 1:11 htb rate 3kbps ceil 14kbps prio 0
# Bnet
tc class add dev $EXTIF parent 1:1 classid 1:12 htb rate 7kbps ceil 14kbps prio 1
# Normal
tc class add dev $EXTIF parent 1:1 classid 1:13 htb rate 3kbps ceil 14kbps prio 6
# Edonkey
tc class add dev $EXTIF parent 1:1 classid 1:14 htb rate 2kbps ceil 5kbps prio 7
tc qdisc add dev $IMQIF root handle 1:0 htb default 13
tc class add dev $IMQIF parent 1:0 classid...
2003 Jun 16
1
RE: CBQ-wondershaper superior over HTB-wondershaper?
...other clients can borrow from each other.
tc class add dev $DEV parent 1: classid 1:1 htb rate 15kbps ceil 15kbps
# now install 4 sub classes for different priorities
# highest priority for low latency games like quake3 and ssh / ftp control.
tc class add dev $DEV parent 1:1 classid 1:10 htb rate 7kbps ceil 15kbps \
prio 0 burst 20000b cburst 22000b
# not as high but still high priority for ACK''s - useful for keeping large
# d/l''s alive :)
tc class add dev $DEV parent 1:1 classid 1:11 htb rate 7kbps ceil 15kbps prio
1 burst 200b cburst 200b
# very few data allowed for HTTP requ...
2005 Sep 26
0
Accumulating latency in nsv stream
...; and <burst-size> tags
in icecast.xml without any difference in the symptoms.
The configuration:
icecast 2.2.0 on Linux 2.4.27
nsvcap (nsvenc doesn't support the video driver properly) sourcing
on Win2kServerSp3/PIII-500/384M/Bt848-btwincap:
VP3 codec configured for est 15kbps/7kbps key, 1fps output,
1fps capture, 6 -> 11kbps actual bitrate, no audio;
nsvcap reports d=107 vinq=0 ainq=0 (0 dropped) after 10 hours.
I've seen mentioned that frame rates should be in multiples of two
with key frame rates evenly divisible, but I am after the lowest
possible rate...
2005 Sep 27
0
Accumulating latency in nsv stream
...; and <burst-size> tags
in icecast.xml without any difference in the symptoms.
The configuration:
icecast 2.2.0 on Linux 2.4.27
nsvcap (nsvenc doesn't support the video driver properly) sourcing
on Win2kServerSp3/PIII-500/384M/Bt848-btwincap:
VP3 codec configured for est 15kbps/7kbps key, 1fps output,
1fps capture, 6 -> 11kbps actual bitrate, no audio;
nsvcap reports d=107 vinq=0 ainq=0 (0 dropped) after 10 hours.
I've seen mentioned that frame rates should be in multiples of two
with key frame rates evenly divisible, but I am after the lowest
possible rate...
2004 Aug 06
0
Using speex.
...ead. The IP headers
contain 20 bytes, and then UDP uses an additional 8 bytes. If you
have a user on a dialup modem, the PPP headers will use an
additional 5-7 bytes. That's a total of 28-35 bytes PER PACKET.
At a rate of 25 packets per second, that's 700-875 bytes per second,
or 5-7kbps, which gets significant for a dialup modem user.
Communications protocol. This handles call setup, teardown,
audio transmission, format negotiation, and whatever else you may
like. The question is, which protocol should you use? It seems
that the two popular ones are H323 and SIP. They are...
2006 Aug 15
5
howto reduce the ping?
Hi,
with the attached config my gaming ping is still +20ms, even if the line isn''t
saturated..can anybody give me a hint how to get a better response time?
my line: 1024/128kbit
outbound:
one htb qdisc for gaming (7kbps) prio 0 ceil 14kbps<- should get more traffic
when needed.
Htb again for irc and default.
inbound:
css, irc, p2p, default <- same shema as before, give css enough bandwith and
allocate the rest for the other classes.
Are packets in 1:10 (css) are transfered as fast as they arrive?...
2003 Jun 15
3
how to emulate large IP routing table
...gt; tc class add dev $DEV parent 1: classid 1:1 htb rate 15kbps ceil 15kbps
> >
> > # now install 4 sub classes for different priorities
> > # highest priority for low latency games like quake3 and ssh / ftp
control.
> > tc class add dev $DEV parent 1:1 classid 1:10 htb rate 7kbps ceil 15kbps
\
> > prio 0 burst 20000b cburst 22000b
> > # not as high but still high priority for ACK''s - useful for keeping
large
> > # d/l''s alive :)
> > tc class add dev $DEV parent 1:1 classid 1:11 htb rate 7kbps ceil 15kbps
> > prio 1 burst 200b...