OpenSimMirror/OpenSim/Region/ClientStack/Linden/UDP
Justin Clark-Casey (justincc) c215b1ad16 If logging a client out due to ack timeout, do this asynchronously rather than synchronously on the outgoing packet loop.
This is the same async behaviour as normal logouts.
This is necessary because the event queue will sleep the thread for 5 seconds on an ack timeout logout as the client isn't around to pick up the final event queue messages.
2012-06-08 03:53:03 +01:00
..
Tests If logging a client out due to ack timeout, do this asynchronously rather than synchronously on the outgoing packet loop. 2012-06-08 03:53:03 +01:00
IncomingPacket.cs Store already retrieve IClientAPI in IncomingPacket structure for later use rather than doing another retrieve on dequeue. 2012-06-08 01:43:58 +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 Improve logging on the prim inventory script asset request path for future use. 2012-05-09 23:12:30 +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 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
LLUDPServer.cs If logging a client out due to ack timeout, do this asynchronously rather than synchronously on the outgoing packet loop. 2012-06-08 03:53:03 +01: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