Re: MPD and MRU

2002-11-04 Thread Archie Cobbs
Vincent Jardin writes: > It looks like it is not possible to configure any MRU values with MPD, due to > LCP_MRU_MARGIN (=20). > > For example, on the PPPoE links, the values between 1473 to 1491 are not > possible. > > ... > link.c: > case SET_MRU: > case SET_MTU: > val = atoi(*a

MPD and MRU

2002-11-04 Thread Vincent Jardin
Hi, It looks like it is not possible to configure any MRU values with MPD, due to LCP_MRU_MARGIN (=20). For example, on the PPPoE links, the values between 1473 to 1491 are not possible. ... link.c: case SET_MRU: case SET_MTU: val = atoi(*av); name = ((intptr_t)arg == SET_M