Displaying 2 results from an estimated 2 matches for "txlen".
Did you mean:
  tlen
  
2004 Jun 07
1
AVM B1 and PTP mode
...5
 membase          0xf1800000
 type             B1 PCI
 ver_driver       3.09-10
 ver_cardtype     B1
 ver_serial       39032287
 protocol         DSS1
 linetype         point to point
 cardname         B1
 csr (cached)     0x30004000
 csr              0x30004000
 txoff            4
 txlen            0
 rxoff            0
 rxlen            4
Now, I compiled chan_capi-0.3.3 against Asterisk CVS head (of course with 
CFLAGS+=-DUNSTABLE_CVS). And when I start now asterisk, .... it hangs.
With some debugging statements I found out that it hangs right here in 
chan_capi.c:
        if (...
2006 Mar 21
5
HFSC and default qdisc backlog
...0bit
 Sent 162 bytes 3 pkts (dropped 0, overlimits 0)
 period 3 work 162 bytes rtwork 162 bytes level 0
 
qdisc hfsc 1: default 30
 Sent 7537524 bytes 33953 pkts (dropped 6, overlimits 4145)
 backlog 3p
 
Why is the qdisc backloged with dropped packets and overlimits when the
classes are not?  The txlen on the vlan1 device is 1000.  This is happening
with 256kbit up dsl with only one voip conversation utilizing the link
(90kbit codec).  The voice is occasionally gets choppy and I''m trying to
figure out if it is due to the backlog or my setup etc?  What tools are
availabe to debug this stu...