Sten Daniel Soersdal wrote:
> Is there a reason NG_PPP_MAX_BANDWIDTH is limited to a total of 10 Mbit?
AFAIR the only reason is 32bit integer math overflow protection.
Probably it is the time now to think about 64 bits.
> If any of the links are faster than 10 Mbit, will i achieve same end
> resu
Is there a reason NG_PPP_MAX_BANDWIDTH is limited to a total of 10 Mbit?
If any of the links are faster than 10 Mbit, will i achieve same end
result by dividing Bandwidth by say 10? That is, for every 10 Mbit
physical link i configure ng_ppp to 1 Mbit?
Or could i change the constant to the equi