Kernel code... Re: mbuf_outbound_finalize() reports packet length is less than mbuf length
Kernel code... Re: mbuf_outbound_finalize() reports packet length is less than mbuf length
- Subject: Kernel code... Re: mbuf_outbound_finalize() reports packet length is less than mbuf length
- From: Kevin Brock <email@hidden>
- Date: Mon, 27 Jul 2009 10:36:05 -0700
If you look in ip_output.c, you'll see the line:
ip_len = ip->ip_len;
if (ip_len != (m0->m_pkthdr.len - ip_offset)) {
This comparison is where things go wrong...
Kevin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden