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
/
LLUDPClient.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-22
fix GetPacketsQueuedCount typos in last commit
UbitUmarov
1
-1
/
+1
2015-09-22
let minimum wqburst be a bit larger than MTU
UbitUmarov
1
-2
/
+2
2015-09-22
removed a protocol breaking lludp debug option that no one should try, chang...
UbitUmarov
1
-24
/
+4
2015-09-06
fix the missing initialization of the folish ProcessUnackedSends option
UbitUmarov
1
-0
/
+2
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
1
-66
/
+8
2015-08-22
delay terrain sending if land queue is 2 busy
UbitUmarov
1
-0
/
+14
2015-01-21
Add debug ability to ignore reliably sent packets that are not acknowledged.
Justin Clark-Casey (justincc)
1
-0
/
+9
2015-01-12
Make the performance controlling job processing threads introduced in confere...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-12-29
Enable runtime configuration of the minimum rate for adaptive
Mic Bowman
1
-1
/
+1
2014-11-25
Label all threadpool calls being made in core OpenSimulator. This is to add ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-11-25
Fix recent regression where adaptive throttles stopped adjusting.
Justin Clark-Casey (justincc)
1
-18
/
+16
2014-11-25
Fix an issue where specifying both max client and server outgoing UDP throttl...
Justin Clark-Casey (justincc)
1
-17
/
+26
2014-11-25
Remove the unnecessary intermediate total token bucket.
Justin Clark-Casey (justincc)
1
-11
/
+2
2014-11-25
Add basic regression test ThrottleTests.TestClientThrottleSetNoLimit
Justin Clark-Casey (justincc)
1
-0
/
+8
2014-11-25
minor: add apparant total to logging when client sets throttles
Justin Clark-Casey (justincc)
1
-2
/
+5
2014-11-25
minor: fix bug in throttle logging where arguments were mismatched
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-11-25
Add OutgoingPacketsQueuedCount clientstack stat.
Justin Clark-Casey (justincc)
1
-0
/
+27
2014-11-06
scale ChildAgentThrottles with distance (internal to child server and not
UbitUmarov
1
-7
/
+13
2014-10-02
Add "debug lludp throttle log <level> <avatar-first-name> <avatar-last-name>"...
Justin Clark-Casey (justincc)
1
-5
/
+42
2014-09-24
Add "debug lludp data out" console command for logging outgoing data just bef...
Justin Clark-Casey (justincc)
1
-0
/
+6
2014-09-02
reduce MIN_CALLBACK_MS guard time. A value too high introduces a extra
UbitUmarov
1
-1
/
+1
2014-09-02
*needs testing, not that good* change throttles math using floats and not
UbitUmarov
1
-25
/
+36
2014-08-29
add method to get a category throttle rate
UbitUmarov
1
-35
/
+32
2014-08-29
replace the tick() by a limit on the maximum number of tokens that can be
UbitUmarov
1
-2
/
+0
2014-08-28
try to reduce insane high data rate udp bursts. This needs testing on a
UbitUmarov
1
-0
/
+2
2014-08-28
remove misplaced comment
UbitUmarov
1
-1
/
+0
2014-08-28
try to make sense of throttle rate limits
UbitUmarov
1
-3
/
+13
2014-08-28
add some functions for estimation of number of bytes that can be send in a c...
UbitUmarov
1
-0
/
+8
2014-08-28
if we send wearables with ThrottleOutPacketType.HighPriority, then we
UbitUmarov
1
-18
/
+14
2014-08-27
enqueue also if m_nextPackets[category] is not null. This is really the
UbitUmarov
1
-4
/
+8
2014-08-19
Add experimental OutgoingQueueRefillEngine to handle queue refill processing ...
Justin Clark-Casey (justincc)
1
-3
/
+10
2014-08-19
Make LLUDPServer.Scene publicly gettable/privately settable instead of protec...
Justin Clark-Casey (justincc)
1
-0
/
+2
2014-08-14
reduce ping cliping lower limit
UbitUmarov
1
-2
/
+2
2014-08-14
add a estimator of client ping time, and painfully make it visible in show
UbitUmarov
1
-0
/
+16
2014-07-21
In "show throttles", show the maximum drip rate. This shows whether a client ...
Oren Hurvitz
1
-1
/
+2
2014-01-20
Adds a configuration option to cannibalize bandwidth from the
Mic Bowman
1
-0
/
+14
2013-07-21
Do some simple queue empty checks in the main outgoing udp loop instead of al...
Justin Clark-Casey (justincc)
1
-17
/
+52
2013-07-10
Added show client-stats [first last] command to expose what viewers are reque...
Diva Canto
1
-14
/
+13
2013-01-16
Add a way to put things at the front of the queue for any throttle group.
Melanie
1
-10
/
+44
2013-01-16
Complete removal of the now unused state queue
Melanie
1
-14
/
+3
2013-01-16
Complete removal of the now unused state queue
Melanie
1
-13
/
+2
2013-01-16
Revert " fix STATE udp queue data rate since it is in use again, after being"
Melanie
1
-4
/
+1
2013-01-16
fix STATE udp queue data rate since it is in use again, after being
UbitUmarov
1
-1
/
+4
2012-11-17
* Plumbing and basic setting of the GetMesh Cap Throttler.
teravus
1
-0
/
+4
2012-07-24
Extend region console "show queues" command to show already collected time si...
Justin Clark-Casey (justincc)
1
-1
/
+2
2011-12-08
Recover from an internal mess-up in the outgoing packet queues by creating
Melanie
1
-19
/
+36
2011-10-12
minor: insert some commented out log lines which are a blunt but useful instr...
Justin Clark-Casey (justincc)
1
-2
/
+3
2011-10-12
Improve some method doc for LLUDPClient, LLUDPServer and UnackedPacketCollection
Justin Clark-Casey (justincc)
1
-7
/
+15
2011-08-09
Guard against a bad login leaving us with a null queue
Melanie
1
-1
/
+1
2011-04-30
First stab at cleaning up Caps. Compiles. Untested.
Diva Canto
1
-0
/
+0
[next]