> to be working quite well (except for the lack of swap reclamation-- I
> appreciate the reasoning, but it makes upgrading older machines very
> difficult.) However, I would rather, for maintenance and sanity
-ac will acquire swap cache reclaim in time, dunno about Linus tree but
I assume it
Kevin Stone writes:
> Is there any plan to include the zerocopy patches into the stock kernel?
> The win2k dial-up/window id problem is really a showstopper but hasn't
> generated much traffic on lkml or the digests.
I submitted the patch to Linus, it will likely go into 2.4.4
but if not
From linux/include/net/ip.h (2.4.3):
static inline void ip_select_ident(struct iphdr *iph, struct dst_entry *dst)
{
if (iph->frag_off&__constant_htons(IP_DF))
iph->id = 0;
else
__ip_select_ident(iph, dst);
}
This sets the id on the packet to zero if don't fragment is set.
3 matches
Mail list logo