site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com User-agent: Thunderbird 2.0.0.22 (Macintosh/20090605) Kevin _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... Brendan Creane wrote: I was hoping for a little while that just pulling in the first few bytes of the ip header and then letting in_delayed_cksum_offset() defragment the ip header would help, but I think in_delayed_cksum_offset() is broken in that case as well. It looks like it will copy the IP header into a separate buf, m == m0, and it won't mess with the value of ip_offset, so the math farther down will work... Why do you think there will be a problem in that case? Issues with m_copydata? I've filed a radar bug for this problem, so maybe outbound_finalize() will be usable in Snow Leopard! Other bug's have been filed, so don't get your hopes up... We won't know for sure until we see the SL sources for those functions. Remember that the mbuf_pullup thread was two years back. This email sent to site_archiver@lists.apple.com