zehome / MLVPN

Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)
http://www.mlvpn.fr/
BSD 2-Clause "Simplified" License
521 stars 129 forks source link

Adding latency tolerance #158

Closed stevenleadbeater closed 2 years ago

stevenleadbeater commented 3 years ago

Due to reduced throughput when a slow connection is part of the bonded group, I have been trialling an SRTT threshold. This has performed well on some test devices. I'm not entirely sure about the enum addition. I guess I'd rather change the existing value to MLVPN_EXCLUDED and have both the latency and the loss tolerance monitors use that rather than have their own

zehome commented 2 years ago

Very nice, thank you