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

packet duplication on mlvpn #132

Closed proskater123 closed 3 years ago

proskater123 commented 4 years ago

Does MLVPN support packet duplication yet, and if so, is there a starting spot I can start working with it? We are testing a solution for VoIP, and sending VoIP over several links with the hope that we can keep the call up without any dropped calls.

Lastly, does MLVPN use ECF, or some other algorithm for packet duplication if it does support it?

markfoodyburton commented 4 years ago

My 'fork' (it's deviated too much to call it a fork) of MLVPN does packet duplication and other tricks to TRY and keep the flow of traffic going. https://github.com/markfoodyburton/ubond I personally use it to transport all our internet traffic, including voip - but - your millage will vary....

proskater123 commented 4 years ago

Thanks!! I am going to check it out now.

Is packet duplication enabled by default, or is there an area I can start looking. I don't see any documentation created yet for yours.