OpenSimMirror/OpenSim/Region/ClientStack/Linden/UDP
Justin Clark-Casey (justincc) 2271986396 Lock on AgentCircuitData during Scene.AddClient() and RemoveClient() to prevent an inactive connection being left behind if the user closes the viewer whilst the connection is being established.
This should remove the need to run the console command "kick user --force" when these connections are left around.
2012-11-26 23:19:00 +00:00
..
Tests Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in many, many log messages. 2012-07-11 22:57:53 +01:00
IncomingPacket.cs Store already retrieve IClientAPI in IncomingPacket structure for later use rather than doing another retrieve on dequeue. 2012-06-14 02:49:39 +01:00
IncomingPacketHistoryCollection.cs First stab at cleaning up Caps. Compiles. Untested. 2011-04-30 09:24:15 -07:00
J2KImage.cs Allow a viewer UDP image request retry to trigger another asset fetch if an existing fetch hasn't responded before a timeout. 2012-01-19 23:09:16 +00:00
LLClientView.cs Add --force flag to "kick user" console command to allow bypassing of recent race condition checks. 2012-08-21 22:23:04 +01:00
LLImageManager.cs Allow a viewer UDP image request retry to trigger another asset fetch if an existing fetch hasn't responded before a timeout. 2012-01-19 23:09:16 +00:00
LLUDPClient.cs Extend region console "show queues" command to show already collected time since last packeted received by the simulator from a viewer. 2012-08-21 22:00:31 +01:00
LLUDPServer.cs Lock on AgentCircuitData during Scene.AddClient() and RemoveClient() to prevent an inactive connection being left behind if the user closes the viewer whilst the connection is being established. 2012-11-26 23:19:00 +00:00
OpenSimUDPBase.cs Reactivate BasicCircuitTests.TestAddClient() 2011-12-08 20:52:34 +00:00
OutgoingPacket.cs First stab at cleaning up Caps. Compiles. Untested. 2011-04-30 09:24:15 -07:00
ThrottleRates.cs First stab at cleaning up Caps. Compiles. Untested. 2011-04-30 09:24:15 -07:00
TokenBucket.cs minor: remove some mono compiler warnings 2011-07-30 03:19:00 +01:00
UnackedPacketCollection.cs minor: insert some commented out log lines which are a blunt but useful instrument to see packet expiry and received acks 2011-10-12 19:35:40 +01:00