minor: add some method doc

This commit is contained in:
Justin Clark-Casey (justincc)
2010-12-01 22:23:42 +00:00
parent f1a7847532
commit 26569a7cd0
2 changed files with 22 additions and 0 deletions

View File

@@ -399,6 +399,14 @@ namespace OpenSim.Region.ClientStack.LindenUDP
return data;
}
/// <summary>
/// Queue an outgoing packet if appropriate.
/// </summary>
/// <param name="packet"></param>
/// <returns>
/// true if the packet has been queued,
/// false if the packet has not been queued and should be sent immediately.
/// </returns>
public bool EnqueueOutgoing(OutgoingPacket packet)
{
int category = (int)packet.Category;