From f9ffd2538f3bf300e8f751258a6129fb780b5b0a Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 12 Oct 2011 19:22:30 +0100 Subject: Improve some method doc for LLUDPClient, LLUDPServer and UnackedPacketCollection --- .../ClientStack/Linden/UDP/UnackedPacketCollection.cs | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'OpenSim/Region/ClientStack/Linden/UDP/UnackedPacketCollection.cs') diff --git a/OpenSim/Region/ClientStack/Linden/UDP/UnackedPacketCollection.cs b/OpenSim/Region/ClientStack/Linden/UDP/UnackedPacketCollection.cs index 793aefe..6b1d7d2 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/UnackedPacketCollection.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/UnackedPacketCollection.cs @@ -118,12 +118,17 @@ namespace OpenSim.Region.ClientStack.LindenUDP /// Returns a list of all of the packets with a TickCount older than /// the specified timeout /// + /// + /// This function is not thread safe, and cannot be called + /// multiple times concurrently + /// /// Number of ticks (milliseconds) before a - /// packet is considered expired - /// A list of all expired packets according to the given - /// expiration timeout - /// This function is not thread safe, and cannot be called - /// multiple times concurrently + /// packet is considered expired + /// + /// + /// A list of all expired packets according to the given + /// expiration timeout + /// public List GetExpiredPackets(int timeoutMS) { ProcessQueues(); @@ -216,4 +221,4 @@ namespace OpenSim.Region.ClientStack.LindenUDP } } } -} +} \ No newline at end of file -- cgit v1.1