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
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-18
/
+18
2016-11-21
remove something VS decided to add
UbitUmarov
1
-1
/
+0
2016-11-21
work around some warnings
UbitUmarov
1
-0
/
+1
2016-11-20
revert more object references removal on clients close because 2 many code pa...
UbitUmarov
1
-4
/
+0
2016-11-20
HG protocol is still broken for large regions. work around it on teleport via lm
UbitUmarov
1
-1
/
+0
2016-11-19
remove some potencial null refs i did add in last days :(
UbitUmarov
1
-3
/
+0
2016-11-17
explicitly remove some references, and other useless changes
UbitUmarov
1
-7
/
+15
2016-11-14
fix unack bytes stats report
UbitUmarov
1
-1
/
+3
2016-11-05
avoid a null ref, few changes to udp updates send
UbitUmarov
1
-20
/
+10
2016-08-07
move updates from updates queues into udp queues acording to their payload es...
UbitUmarov
1
-4
/
+1
2016-08-07
move updates from updates queues into udp queues acording to their payload es...
UbitUmarov
1
-4
/
+1
2015-11-10
check if a packet can be sent imediatly without accounting it as sent on thr...
UbitUmarov
1
-1
/
+3
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
[next]