On Wednesday 08 December 2010 02:24:05 Pyun YongHyeon wrote:
> - if (m->m_pkthdr.len > MCLBYTES) {
> - m->m_pkthdr.len = MCLBYTES;
> - }
You are sure that no packets passed to this code is bigger than MCLBYTES minus
overhead by AXE protocol ? Even if MTU is changed by ifconfig?
--HPS