* minor: A few miscellaneous doc comments before I break and start on something else

0.6.0-stable
Justin Clarke Casey 2008-06-14 20:52:42 +00:00
parent 5cccd4f6e5
commit c9a983a85e
3 changed files with 5 additions and 3 deletions

View File

@ -149,6 +149,8 @@ namespace OpenSim.Framework.Statistics
{ {
lock (packetQueueStatsCollectors) lock (packetQueueStatsCollectors)
{ {
// FIXME: If the region service is providing more than one region, then the child and root agent
// queues are wrongly replacing each other here.
packetQueueStatsCollectors[uuid] = new PacketQueueStatsCollector(provider); packetQueueStatsCollectors[uuid] = new PacketQueueStatsCollector(provider);
} }
} }

View File

@ -1139,7 +1139,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
} }
/// <summary> /// <summary>
/// /// Tell the client that the given neighbour region is ready to receive a child agent.
/// </summary> /// </summary>
/// <param name="neighbourHandle"></param> /// <param name="neighbourHandle"></param>
/// <param name="neighbourIP"></param> /// <param name="neighbourIP"></param>

View File

@ -642,7 +642,7 @@ namespace OpenSim.Region.Communications.OGS1
#region m_interRegion Comms #region m_interRegion Comms
/// <summary> /// <summary>
/// /// Start listening for .net remoting calls from other regions.
/// </summary> /// </summary>
private void StartRemoting() private void StartRemoting()
{ {
@ -789,7 +789,7 @@ namespace OpenSim.Region.Communications.OGS1
} }
/// <summary> /// <summary>
/// /// Inform a region that a child agent will be on the way from a client.
/// </summary> /// </summary>
/// <param name="regionHandle"></param> /// <param name="regionHandle"></param>
/// <param name="agentData"></param> /// <param name="agentData"></param>