<p dir="ltr">Groovy. You are based on the new release?</p>
<div class="gmail_quote">On Aug 1, 2015 5:54 AM, &quot;Matthieu Boutier&quot; &lt;<a href="mailto:boutier@pps.univ-paris-diderot.fr">boutier@pps.univ-paris-diderot.fr</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
First thanks to all developers and maintainers for the 1.2.5 release.<br>
<br>
I also have the pleasure to announce an update for my multipath version.<br>
The main changes are:<br>
<br>
  - link-local addresses now works well,<br>
<br>
  - add loss ratio computation for each path, and use it to limit the<br>
    global loss ratio,<br>
<br>
  - simplification of the sending procedure.<br>
<br>
The incoming loss ratio compution is based on the path sequence number<br>
with a 64 bits sliding window, and the outgoing loss ratio is received<br>
from the remote peer.  For this purpose, I took 8 bits of the flag field<br>
in the network protocol.<br>
<br>
The paths are still ordered and selected by RTT, but multiple paths can<br>
be used to send the same packet (duplicates), to achieve a configurable<br>
maximum loss ratio (the -m option), which defaults to 0.  If you set it<br>
up to 10(%), and if your 3 best (RTT) paths have an estimated loss ratio<br>
of respectively 30, 20 and 0%, then only the two firsts will be used,<br>
having together a loss ratio estimated to 30% * 20% = 6% &lt; 10%.<br>
<br>
Remark that paths with a loss ratio estimated to 100% are used, except<br>
if they are idle for too long.  This allow us to set the loss ratio to<br>
100% on new paths: it&#39;s particularly usefull at the beginning, where all<br>
paths are used together.  Idle flows are quickly discarded.<br>
<br>
The source code is at:<br>
<br>
    <a href="https://github.com/boutier/mosh" rel="noreferrer" target="_blank">https://github.com/boutier/mosh</a><br>
<br>
Enjoy,<br>
<br>
Matthieu<br>
<br>
_______________________________________________<br>
mosh-devel mailing list<br>
<a href="mailto:mosh-devel@mit.edu">mosh-devel@mit.edu</a><br>
<a href="http://mailman.mit.edu/mailman/listinfo/mosh-devel" rel="noreferrer" target="_blank">http://mailman.mit.edu/mailman/listinfo/mosh-devel</a><br>
</blockquote></div>