commit | da8904cb0a6867ce676a4b60334ce2be3746cf60 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Mon Dec 21 07:59:20 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Nov 17 08:23:07 2017 +0100 |
tree | f47a0fa5f1deb96bbfabc1ef47c31a98433a1070 | |
parent | a99d14d1939cb2338b6268d9aebe3850df66daed [diff] [blame] |
Add simple slow start to congestion control
diff --git a/common/rfb/Congestion.h b/common/rfb/Congestion.h index 2bea5da..5feea65 100644 --- a/common/rfb/Congestion.h +++ b/common/rfb/Congestion.h
@@ -61,6 +61,7 @@ unsigned baseRTT; unsigned congWindow; + bool inSlowStart; struct RTTInfo { struct timeval tv;