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
/
LLUDPServer.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-20
cosmetics on terrain patchs
UbitUmarov
1
-12
/
+4
2019-01-02
more on the hack (runprebuild)
UbitUmarov
1
-1
/
+3
2019-01-01
replace my hack by others hack
UbitUmarov
1
-20
/
+10
2018-12-30
changes on updates
UbitUmarov
1
-1
/
+2
2018-12-29
changes on updates
UbitUmarov
1
-36
/
+57
2018-12-28
now break several things at same time... sog/sop updates, threads options,...
UbitUmarov
1
-14
/
+0
2018-12-02
simplify a bit
UbitUmarov
1
-40
/
+4
2018-11-25
avoid data references stuck in packet pools
UbitUmarov
1
-6
/
+4
2018-11-06
udp threads don't need to be fg
UbitUmarov
1
-2
/
+2
2018-10-28
reduce some threads priority
UbitUmarov
1
-3
/
+0
2018-01-22
change throtle datasnapshot get
UbitUmarov
1
-1
/
+1
2018-01-22
retire our BlockingQueue replaced by BlockingCollection and cross fingers
UbitUmarov
1
-10
/
+12
2018-01-20
some cleanup
UbitUmarov
1
-5
/
+7
2017-06-13
change llclient async udp packets processing. Removed the shared Jobengine th...
UbitUmarov
1
-7
/
+7
2017-06-13
udp is not tcp. If mono versions have bronke udp sento, better update, also h...
UbitUmarov
1
-2
/
+4
2017-06-13
remove excessive notion of paralelism
UbitUmarov
1
-7
/
+2
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-38
/
+38
2016-12-13
Remove the AllowAlternatePorts option. It wasn't implemented anyway.
Melanie Thielker
1
-4
/
+7
2016-11-21
work around some warnings
UbitUmarov
1
-1
/
+1
2016-11-18
restore higher resolution clock on udpserver and lower uaeraccouts caching time
UbitUmarov
1
-11
/
+7
2016-11-18
revert to lower resolution clock on udpserver for testing
UbitUmarov
1
-5
/
+7
2016-11-09
also log estimated average Util.GetTimeStampMS() resolution
UbitUmarov
1
-3
/
+15
2016-11-09
change the clock source on udp outgoing, remove some dead code
UbitUmarov
1
-126
/
+8
2016-07-12
be nicer to PIs (actually linux)
UbitUmarov
1
-5
/
+9
2016-06-14
Fields should be protected unless private is required
Melanie Thielker
1
-1
/
+1
2016-06-14
Make the LLUDPServerShim inheritable. There is absolutely no reason for
Melanie Thielker
1
-75
/
+74
2015-12-09
dont try to process packets for deleted clients
UbitUmarov
1
-34
/
+28
2015-12-09
disable useless and totally wrong incoming Pools
UbitUmarov
1
-4
/
+7
2015-12-09
minor cleanup
UbitUmarov
1
-13
/
+4
2015-12-09
tick region health a bit faster
UbitUmarov
1
-1
/
+1
2015-12-09
fix the queue type in use
UbitUmarov
1
-11
/
+12
2015-09-22
removed a protocol breaking lludp debug option that no one should try, chang...
UbitUmarov
1
-30
/
+23
2015-09-03
Transformed the LLUDP ad-hoc plugin into a region module. It works.
Diva Canto
1
-3
/
+46
2015-09-02
seems to compile ( tests comented out)
UbitUmarov
1
-254
/
+18
2015-08-11
Fixed mistakes related to confusion between Environment.TickCount (millisecon...
Oren Hurvitz
1
-2
/
+2
2015-06-12
Maybe reduce incidence of ghost avatars
Melanie Thielker
1
-1
/
+10
2015-01-21
Add debug ability to ignore reliably sent packets that are not acknowledged.
Justin Clark-Casey (justincc)
1
-20
/
+27
2015-01-13
Fix bug where gathering the clientstack..OutgoingPacketsQueuedCount stat woul...
Justin Clark-Casey (justincc)
1
-2
/
+6
2015-01-12
Make the performance controlling job processing threads introduced in confere...
Justin Clark-Casey (justincc)
1
-8
/
+44
2014-11-25
refactor: Move methods to start a monitored thread, start work in its own thr...
Justin Clark-Casey (justincc)
1
-2
/
+2
2014-11-25
Add incoming packet async handling engine to queue some inbound udp async req...
Justin Clark-Casey (justincc)
1
-0
/
+9
2014-11-25
Label all threadpool calls being made in core OpenSimulator. This is to add ...
Justin Clark-Casey (justincc)
1
-3
/
+5
2014-11-25
Fix setting of max scene throttle so that setting it restricts the child clie...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-11-25
For now, send all non-full terse updates for ones own avatar directly to the ...
Justin Clark-Casey (justincc)
1
-0
/
+9
2014-11-25
Fix an issue where specifying both max client and server outgoing UDP throttl...
Justin Clark-Casey (justincc)
1
-6
/
+1
2014-11-25
Add regression test TestClientThrottleLimited() for throttle behaviour when a...
Justin Clark-Casey (justincc)
1
-1
/
+6
2014-11-25
Add "debug lludp set scene-throttle-max <value>" console command to allow us ...
Justin Clark-Casey (justincc)
1
-6
/
+4
2014-11-25
Add "show server throttles" command for showing server specific information a...
Justin Clark-Casey (justincc)
1
-0
/
+5
2014-11-25
Add OutgoingPacketsQueuedCount clientstack stat.
Justin Clark-Casey (justincc)
1
-0
/
+26
2014-11-25
refactor: Move LLUDPServer console commands into their own class.
Justin Clark-Casey (justincc)
1
-474
/
+15
[next]