Hola,

I'm replacing my Cisco837 with an openbsd box for my home dsl, again.

>From src/sys/altq/altq_subr.c tbr_dequeue:
        if (m != NULL && op == ALTDQ_REMOVE)
                tbr->tbr_token -= TBR_SCALE(m_pktlen(m));

is m_pktlen(m) the length of the IP packet in a routed environment ?

I have some vague memory of it being the length of the data in the mbufs,
but I don't have any real understanding of what actually is being moved
around the kernel.

/Tony

-- 
Tony Sarendal - [EMAIL PROTECTED]
IP/Unix
       -= The scorpion replied,
               "I couldn't help it, it's my nature" =-

Reply via email to