Re: [Patch] fix packet loss and massive ping spikes with PPP multi-link
From: Richard Hartmann <hidden>
Date: 2010-03-26 16:39:31
Also in:
lkml
From: Richard Hartmann <hidden>
Date: 2010-03-26 16:39:31
Also in:
lkml
On Fri, Mar 26, 2010 at 17:02, Alan Cox [off-list ref] wrote:
You should be able to manage that I'm sure:
Hopefully. We will see :)
MODULE_PARM_DESC(ml_expode, "Set this to zero to disabling multilink \ fragmentation when talking to cisco devices");
To be exact, this is not a Linux vs. Cisco issue, but a Linux vs. world issue. At least the last-level support of Telefonica and QSC was definite and adamant about not enabling fragmentation on _any_ PPP multi-link, ever. Also, I am not sure if it would not be better to default to no fragmentation and enable it optionally. I am aware that changing default behaviour is always a bit of a problem but to the best of my knowledge enabling fragmentation is a bug in any and all real-world applications. Richard