OpenSimMirror/OpenSim/Region/ClientStack/Linden/UDP
Justin Clark-Casey (justincc) 3d0ded051c Add debug ability to ignore reliably sent packets that are not acknowledged.
This is controlled via the console command "debug lludp client set process-unacked-sends true [<avatar-first-name> <avatar-last-name>]"
For debug purposes to see if this process for very bad connections is causing general outbound udp processing delays.
Relates to http://opensimulator.org/mantis/view.php?id=7393
2015-01-29 19:09:38 +00:00
..
Properties Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
Tests Comment out the debugging statements added in the last commit. Keeping 2014-12-30 14:43:42 -08:00
IncomingPacket.cs If RecycleBaseUDPPackets = true, also pool IncomingPackets to reduce memory churn 2012-10-17 21:08:15 +01:00
IncomingPacketHistoryCollection.cs First stab at cleaning up Caps. Compiles. Untested. 2011-04-30 09:24:15 -07:00
J2KImage.cs HG: close a loophole by which if something was wrong with the ServiceURLs it resulted in never ending asset requests 2013-07-02 13:29:44 -07:00
LLClientView.cs Make the performance controlling job processing threads introduced in conference code use a generic JobEngine class rather than 4 slightly different copy/pasted versions. 2015-01-12 20:56:37 +00:00
LLImageManager.cs Do some simple queue empty checks in the main outgoing udp loop instead of always performing these on a separate fired thread. 2013-07-21 08:56:48 -07:00
LLUDPClient.cs Add debug ability to ignore reliably sent packets that are not acknowledged. 2015-01-29 19:09:38 +00:00
LLUDPServer.cs Add debug ability to ignore reliably sent packets that are not acknowledged. 2015-01-29 19:09:38 +00:00
LLUDPServerCommands.cs Add debug ability to ignore reliably sent packets that are not acknowledged. 2015-01-29 19:09:38 +00:00
OpenSimUDPBase.cs Add debugging code for simulating packet loss in outgoing UDP packets. The 2014-12-29 12:02:36 -08:00
OutgoingPacket.cs First stab at cleaning up Caps. Compiles. Untested. 2011-04-30 09:24:15 -07:00
PacketPool.cs Packet headers are not zero-encoded so don't try to zero-decode these in PacketPool.GetType() 2013-08-16 00:58:25 +01:00
ThrottleRates.cs Enable runtime configuration of the minimum rate for adaptive 2014-12-29 18:46:33 -08:00
TokenBucket.cs Merge branch 'mb-throttle-test' 2014-12-30 16:26:57 -08:00
UnackedPacketCollection.cs Comment out the debugging statements added in the last commit. Keeping 2014-12-30 14:43:42 -08:00