cvs commit: src/sys/conf options src/sys/netinet ip_output.c

Mike Silbersack silby at silby.com
Wed Mar 26 05:10:49 PST 2003


On Tue, 25 Mar 2003, Mike Silbersack wrote:

> As a reference point, I left the mbuf_frag_test code disabled and instead
> changed XL_MAXFRAGS down to 2 so that it would try defragmentation
> frequently.  Sure enough, it still breaks.  I'll take a stab at fixing it.
>
> Mike "Silby" Silbersack

WHOOOO HAHAHAHAHAHAH, I FIGURED IT OUT.

We weren't copying over the mbuf flags.  These flags included the HARDWARE
CHECKSUM flags.  Hence, after being reassembled, our mbuf chain was being
sent out unchecksummed, which upset the machines on the other end.

Anyway, now that it appears to be working, I'm going to start working on
the m_defragment function.  After that's good, then I'll clean up xl_encap
to use it.

Mike "Silby" Silbersack


More information about the cvs-src mailing list