svn commit: r216284 - head/sys/dev/usb/net

Hans Petter Selasky hselasky at c2i.net
Wed Dec 8 07:26:23 UTC 2010


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


More information about the svn-src-all mailing list