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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Massive tab and trailing space cleanup
Melanie Thielker
2017-01-05
1
-18
/
+18
*
remove something VS decided to add
UbitUmarov
2016-11-21
1
-1
/
+0
*
work around some warnings
UbitUmarov
2016-11-21
1
-0
/
+1
*
revert more object references removal on clients close because 2 many code pa...
UbitUmarov
2016-11-20
1
-4
/
+0
*
HG protocol is still broken for large regions. work around it on teleport via lm
UbitUmarov
2016-11-20
1
-1
/
+0
*
remove some potencial null refs i did add in last days :(
UbitUmarov
2016-11-19
1
-3
/
+0
*
explicitly remove some references, and other useless changes
UbitUmarov
2016-11-17
1
-7
/
+15
*
fix unack bytes stats report
UbitUmarov
2016-11-14
1
-1
/
+3
*
avoid a null ref, few changes to udp updates send
UbitUmarov
2016-11-05
1
-20
/
+10
*
move updates from updates queues into udp queues acording to their payload es...
UbitUmarov
2016-08-07
1
-4
/
+1
*
check if a packet can be sent imediatly without accounting it as sent on thr...
UbitUmarov
2015-11-10
1
-1
/
+3
*
fix GetPacketsQueuedCount typos in last commit
UbitUmarov
2015-09-22
1
-1
/
+1
*
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
-24
/
+4
*
fix the missing initialization of the folish ProcessUnackedSends option
UbitUmarov
2015-09-06
1
-0
/
+2
*
seems to compile ( tests comented out)
UbitUmarov
2015-09-02
1
-66
/
+8
*
bad merge?
UbitUmarov
2015-09-01
1
-71
/
+232
|
\
|
*
delay terrain sending if land queue is 2 busy
UbitUmarov
2015-08-22
1
-0
/
+14
|
*
scale ChildAgentThrottles with distance (internal to child server and not
UbitUmarov
2014-11-06
1
-7
/
+13
|
*
reduce MIN_CALLBACK_MS guard time. A value too high introduces a extra
UbitUmarov
2014-09-02
1
-1
/
+1
|
*
*needs testing, not that good* change throttles math using floats and not
UbitUmarov
2014-09-02
1
-25
/
+36
|
*
add method to get a category throttle rate
UbitUmarov
2014-08-29
1
-35
/
+32
|
*
replace the tick() by a limit on the maximum number of tokens that can be
UbitUmarov
2014-08-29
1
-2
/
+0
|
*
try to reduce insane high data rate udp bursts. This needs testing on a
UbitUmarov
2014-08-28
1
-0
/
+2
|
*
remove misplaced comment
UbitUmarov
2014-08-28
1
-1
/
+0
|
*
try to make sense of throttle rate limits
UbitUmarov
2014-08-28
1
-3
/
+13
|
*
add some functions for estimation of number of bytes that can be send in a c...
UbitUmarov
2014-08-28
1
-0
/
+8
|
*
if we send wearables with ThrottleOutPacketType.HighPriority, then we
UbitUmarov
2014-08-28
1
-18
/
+14
|
*
enqueue also if m_nextPackets[category] is not null. This is really the
UbitUmarov
2014-08-27
1
-4
/
+8
|
*
reduce ping cliping lower limit
UbitUmarov
2014-08-14
1
-2
/
+2
|
*
add a estimator of client ping time, and painfully make it visible in show
UbitUmarov
2014-08-14
1
-0
/
+16
|
*
Merge branch 'master' into careminster
Melanie
2014-01-28
1
-0
/
+14
|
|
\
|
*
\
Merge branch 'master' into careminster
Melanie
2013-07-24
1
-17
/
+52
|
|
\
\
|
*
\
\
Merge branch 'master' into careminster
Melanie
2013-07-18
1
-14
/
+13
|
|
\
\
\
|
*
|
|
|
Add a way to put things at the front of the queue for any throttle group.
Melanie
2013-01-16
1
-10
/
+44
|
*
|
|
|
Complete removal of the now unused state queue
Melanie
2013-01-16
1
-13
/
+2
|
*
|
|
|
* Plumbing and basic setting of the GetMesh Cap Throttler.
teravus
2012-11-17
1
-0
/
+4
|
*
|
|
|
Merge branch 'master' into careminster
Melanie
2012-07-25
1
-1
/
+2
|
|
\
\
\
\
|
*
|
|
|
|
Recover from an internal mess-up in the outgoing packet queues by creating
Melanie
2011-12-08
1
-19
/
+36
|
*
|
|
|
|
Merge commit 'c5826d589ab2f33a71105bc2d3015ffbb7dd2973' into bigmerge
Melanie
2011-10-25
1
-2
/
+3
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge commit 'f9ffd2538f3bf300e8f751258a6129fb780b5b0a' into bigmerge
Melanie
2011-10-25
1
-7
/
+15
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Guard against a bad login leaving us with a null queue
Melanie
2011-08-09
1
-1
/
+1
|
*
|
|
|
|
|
|
Merge branch 'master' into careminster-presence-refactor
Melanie
2011-05-05
1
-0
/
+10
*
|
|
|
|
|
|
|
Add debug ability to ignore reliably sent packets that are not acknowledged.
Justin Clark-Casey (justincc)
2015-01-21
1
-0
/
+9
*
|
|
|
|
|
|
|
Make the performance controlling job processing threads introduced in confere...
Justin Clark-Casey (justincc)
2015-01-12
1
-1
/
+1
*
|
|
|
|
|
|
|
Enable runtime configuration of the minimum rate for adaptive
Mic Bowman
2014-12-29
1
-1
/
+1
*
|
|
|
|
|
|
|
Label all threadpool calls being made in core OpenSimulator. This is to add ...
Justin Clark-Casey (justincc)
2014-11-25
1
-1
/
+1
*
|
|
|
|
|
|
|
Fix recent regression where adaptive throttles stopped adjusting.
Justin Clark-Casey (justincc)
2014-11-25
1
-18
/
+16
*
|
|
|
|
|
|
|
Fix an issue where specifying both max client and server outgoing UDP throttl...
Justin Clark-Casey (justincc)
2014-11-25
1
-17
/
+26
*
|
|
|
|
|
|
|
Remove the unnecessary intermediate total token bucket.
Justin Clark-Casey (justincc)
2014-11-25
1
-11
/
+2
[next]