Streaming: Westwood+ congestion control (ticket #2719)

Increase max slow start window to 64
Change RTT calculations from double to float
Original idea from jogger
Original patch from zlatinb
Developed and tested with zlatinb
This commit is contained in:
zzz
2020-04-30 12:44:55 +00:00
parent 9e233b42a5
commit 634802c008
7 changed files with 223 additions and 12 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 13;
public final static long BUILD = 14;
/** for example "-test" */
public final static String EXTRA = "";