aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* direct encode terseupdatesUbitUmarov2019-02-271-0/+21
* issues with udp buffers pool on heavy loadUbitUmarov2019-02-261-13/+16
* fix UDPBuffersPoolCount value (readable with stats show clientstackUbitUmarov2019-02-261-2/+1
* zero decode using a buffer from the poolUbitUmarov2019-02-251-6/+14
* change UDPPacketBuffer pools (does waste a bit of memory)UbitUmarov2019-02-251-164/+48
* cosmetics on terrain patchsUbitUmarov2019-01-201-12/+4
* more on the hack (runprebuild)UbitUmarov2019-01-021-1/+3
* replace my hack by others hackUbitUmarov2019-01-011-20/+10
* changes on updatesUbitUmarov2018-12-301-1/+2
* changes on updatesUbitUmarov2018-12-291-36/+57
* now break several things at same time... sog/sop updates, threads options,...UbitUmarov2018-12-281-14/+0
* simplify a bitUbitUmarov2018-12-021-40/+4
* avoid data references stuck in packet poolsUbitUmarov2018-11-251-6/+4
* udp threads don't need to be fgUbitUmarov2018-11-061-2/+2
* reduce some threads priorityUbitUmarov2018-10-281-3/+0
* change throtle datasnapshot getUbitUmarov2018-01-221-1/+1
* retire our BlockingQueue replaced by BlockingCollection and cross fingersUbitUmarov2018-01-221-10/+12
* some cleanupUbitUmarov2018-01-201-5/+7
* change llclient async udp packets processing. Removed the shared Jobengine th...UbitUmarov2017-06-131-7/+7
* udp is not tcp. If mono versions have bronke udp sento, better update, also h...UbitUmarov2017-06-131-2/+4
* remove excessive notion of paralelismUbitUmarov2017-06-131-7/+2
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-38/+38
* Remove the AllowAlternatePorts option. It wasn't implemented anyway.Melanie Thielker2016-12-131-4/+7
* work around some warningsUbitUmarov2016-11-211-1/+1
* restore higher resolution clock on udpserver and lower uaeraccouts caching timeUbitUmarov2016-11-181-11/+7
* revert to lower resolution clock on udpserver for testingUbitUmarov2016-11-181-5/+7
* also log estimated average Util.GetTimeStampMS() resolutionUbitUmarov2016-11-091-3/+15
* change the clock source on udp outgoing, remove some dead codeUbitUmarov2016-11-091-126/+8
* be nicer to PIs (actually linux)UbitUmarov2016-07-121-5/+9
* Fields should be protected unless private is requiredMelanie Thielker2016-06-141-1/+1
* Make the LLUDPServerShim inheritable. There is absolutely no reason forMelanie Thielker2016-06-141-75/+74
* dont try to process packets for deleted clientsUbitUmarov2015-12-091-34/+28
* disable useless and totally wrong incoming PoolsUbitUmarov2015-12-091-4/+7
* minor cleanupUbitUmarov2015-12-091-13/+4
* tick region health a bit fasterUbitUmarov2015-12-091-1/+1
* fix the queue type in useUbitUmarov2015-12-091-11/+12
* removed a protocol breaking lludp debug option that no one should try, chang...UbitUmarov2015-09-221-30/+23
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-3/+46
|\
| * Transformed the LLUDP ad-hoc plugin into a region module. It works.Diva Canto2015-09-031-3/+46
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-254/+18
* | bad merge?UbitUmarov2015-09-011-40/+383
|\ \ | |/ |/|
| * Maybe reduce incidence of ghost avatarsMelanie Thielker2015-06-121-1/+10
| * sadly revert to resend terseUpdates enqueuing them back into entityupdatesUbitUmarov2014-10-311-1/+1
| * Revert "*TEST* send udp sync. Stop uncontroled and hidden use of IO threads."Melanie Thielker2014-10-131-1/+0
| * revert to async send, since past experience showed sync didn't work whenUbitUmarov2014-10-131-2/+2
| * *TEST* send udp sync. Stop uncontroled and hidden use of IO threads.UbitUmarov2014-10-131-1/+2
| * Fix a nullref in a debug message. If we have no SceneAgent, we can't output d...Melanie Thielker2014-09-151-5/+8
| * Reinstate closing the client if CloseAgen returns false. This was partMelanie Thielker2014-09-141-1/+2
| * revert changes to m_pendingCache and remove client close if there is noUbitUmarov2014-09-141-21/+14
| * do not use a blind expire of m_pendingCache. Entries must be valid whileUbitUmarov2014-09-131-15/+23