index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
Linden
/
UDP
/
TokenBucket.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove some llUDP options
UbitUmarov
2019-11-16
1
-27
/
+14
*
lludp: change burst, make it per category (overall reduction)
UbitUmarov
2019-04-16
1
-19
/
+13
*
Massive tab and trailing space cleanup
Melanie Thielker
2017-01-05
1
-26
/
+26
*
work around some warnings
UbitUmarov
2016-11-21
1
-8
/
+14
*
put back skip of first drip call
UbitUmarov
2016-11-18
1
-1
/
+1
*
change the clock source on tokenBucket
UbitUmarov
2016-11-08
1
-13
/
+11
*
add a missing override
UbitUmarov
2015-11-21
1
-3
/
+3
*
make m_minimumDripRate a bit larger than mtu. Add a bucket space check that ...
UbitUmarov
2015-11-10
1
-1
/
+6
*
let minimum wqburst be a bit larger than MTU
UbitUmarov
2015-09-22
1
-2
/
+2
*
removed a protocol breaking lludp debug option that no one should try, chang...
UbitUmarov
2015-09-22
1
-1
/
+1
*
seems to compile ( tests comented out)
UbitUmarov
2015-09-02
1
-232
/
+39
*
bad merge?
UbitUmarov
2015-09-01
1
-41
/
+178
|
\
|
*
void time change between gettime calls
UbitUmarov
2014-09-02
1
-4
/
+3
|
*
*needs testing, not that good* change throttles math using floats and not
UbitUmarov
2014-09-02
1
-97
/
+64
|
*
reduce burst
UbitUmarov
2014-08-29
1
-1
/
+1
|
*
replace the tick() by a limit on the maximum number of tokens that can be
UbitUmarov
2014-08-29
1
-13
/
+39
|
*
disable first drip
UbitUmarov
2014-08-29
1
-1
/
+1
|
*
try to reduce insane high data rate udp bursts. This needs testing on a
UbitUmarov
2014-08-28
1
-1
/
+9
|
*
add some functions for estimation of number of bytes that can be send in a c...
UbitUmarov
2014-08-28
1
-0
/
+5
*
|
Merge branch 'mb-throttle-test'
Mic Bowman
2014-12-30
1
-17
/
+42
|
\
\
|
*
|
Another technique inspired by some of the newer flow control algorithms... ra...
Mic Bowman
2014-12-30
1
-11
/
+17
|
*
|
Change the effect of successfully acknowledged packets to bump the
Mic Bowman
2014-12-29
1
-4
/
+4
|
*
|
Enable runtime configuration of the minimum rate for adaptive
Mic Bowman
2014-12-29
1
-16
/
+35
*
|
|
minor: correct sent -> set in TokenBucket.RequestedDripRate method doc
Justin Clark-Casey (justincc)
2014-12-30
1
-1
/
+1
|
/
/
*
|
Fix recent regression where adaptive throttles stopped adjusting.
Justin Clark-Casey (justincc)
2014-11-25
1
-17
/
+17
*
|
Fix setting of max scene throttle so that setting it restricts the child clie...
Justin Clark-Casey (justincc)
2014-11-25
1
-26
/
+33
*
|
Fix an issue where specifying both max client and server outgoing UDP throttl...
Justin Clark-Casey (justincc)
2014-11-25
1
-38
/
+84
*
|
Use automatic properties for Parent and TotalDripRequest in TokenBucket to ma...
Justin Clark-Casey (justincc)
2014-11-25
1
-32
/
+21
*
|
Remove the unnecessary intermediate total token bucket.
Justin Clark-Casey (justincc)
2014-11-25
1
-4
/
+1
*
|
minor: Remove compiler warnings from unused fields in TokenBucket
Justin Clark-Casey (justincc)
2014-11-25
1
-3
/
+0
*
|
Add "debug lludp throttle set" command to allow setting of parameters at runtime
Justin Clark-Casey (justincc)
2014-11-25
1
-2
/
+2
*
|
Add "debug lludp throttle log <level> <avatar-first-name> <avatar-last-name>"...
Justin Clark-Casey (justincc)
2014-10-02
1
-12
/
+21
*
|
In "show throttles", show the maximum drip rate. This shows whether a client ...
Oren Hurvitz
2014-07-21
1
-9
/
+9
|
/
*
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
2011-07-30
1
-3
/
+4
*
First stab at cleaning up Caps. Compiles. Untested.
Diva Canto
2011-04-30
1
-0
/
+393