Re: Network/PPP bug?

David S. Miller (davem@dm.cobaltmicro.com)
Mon, 30 Mar 1998 19:33:13 -0800


I don't know jack about PPP in general, but I did snoop around the
code based upon your report of the hangs and I see this in the PPP
driver:

/* RFC 1331, section 7.2 says the minimum value is 1500 bytes */
if (mru < PPP_MRU)
mru = PPP_MRU;

Later,
David S. Miller
davem@dm.cobaltmicro.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu