I wanted to see if this would fix the problem I was seeing with Win9x
users on PPP w/ compression dialing up to Earthlink in the bay area
(there are others, but it's the only one I can reproduce).
I compiled 2.4.1 with this change and for some odd reason, the kernel
started dropping packets and became unusable (couldn't ssh in) after
around 4050 connections were opened. I tested it also with 2.4.1-ac20
and had the same problem right around 4050 connections.
This is on a VA Linux box with dual eepro100's (one used) connected to a
Cisco 6509.
> --- include/net/ip.h.~1~ Mon Feb 19 00:12:31 2001
> +++ include/net/ip.h Wed Feb 21 02:56:15 2001
> @@ -190,9 +190,11 @@
>
> static inline void ip_select_ident(struct iphdr *iph, struct dst_entry *dst)
> {
> +#if 0
> if (iph->frag_off&__constant_htons(IP_DF))
> iph->id = 0;
> else
> +#endif
> __ip_select_ident(iph, dst);
> }
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/