[Olsr-dev] [PATCH v1 0/3] Use bandwidth during gateway selection

Teco Boot (spam-protected)
Fri Jul 27 14:24:03 CEST 2012


Good point.

Are these (A)DSL links double asymmetric, e.g. 2Mbps/2Mbps and 4Mbps/512kbps and 20Mbps/64kbps?

I hope to have multipath implemented one day, where MPTCP will use the best links (with s !!). It takes utilization, loss rations etc. into account. Directing MPTCP to make use of multiple SamrtGW tunnels & the local exit links is still a raw sketch. It would pick best links for uplink and downlink separately.

My experience with 2G - 3G (no 4G in NLD) and satcom is that good feedback of data rates is hard to get. For fixed lines, human configuration could be error-prone.

Teco


Op 27 jul. 2012, om 13:59 heeft Daniel Nitzpon het volgende geschreven:

> Hi!
> 
> Am 27.07.2012 13:21, schrieb Teco Boot:
>> I also want to see comments. Maybe also:
>>  - not interest in SmartGW at all
>>  - interested, but not tried yet
> 
>> 
>> Op 27 jul. 2012, om 12:50 heeft Henning Rogge het volgende geschreven:
>> 
>>> I would like to hear some comments about this from someone who has USED the SmartGW system.
> 
> Haven't used it yet, sorry..
> But still a comment:
> 
>>> On 07/26/2012 04:23 PM, Ferry Huberts wrote:
>>>> - We calculate a new path cost of
>>>> 
>>>>     new_path_cost = (1 / (uplink + downlink)) + (tc_path_cost / 4)
>>>> 
>>>>   (uplink and downlink in Mbps)
>>>>   (the 1 and 4 are weighing factors and we can make then configurable)
> 
> Freifunk experience here tells that in shared gateways via ADSL the uplink is usually a much more limiting factor than the downlink. So I would propose something along the lines of
> 
> new_path_cost = (1 / 2*(min (uplink*4, downlink))) + (tc_path_cost / 4)
> 
> (without having a real opinion on the weighting factors, just introduced 1/2 to preserve the magnitude of the original suggestion)
> 
> Daniel
> 
> -- 
> Olsr-dev mailing list
> (spam-protected)
> https://lists.olsr.org/mailman/listinfo/olsr-dev





More information about the Olsr-dev mailing list