* minor: A few miscellaneous doc comments before I break and start on something else
parent
5cccd4f6e5
commit
c9a983a85e
|
@ -149,6 +149,8 @@ namespace OpenSim.Framework.Statistics
|
|||
{
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1139,7 +1139,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// Tell the client that the given neighbour region is ready to receive a child agent.
|
||||
/// </summary>
|
||||
/// <param name="neighbourHandle"></param>
|
||||
/// <param name="neighbourIP"></param>
|
||||
|
|
|
@ -642,7 +642,7 @@ namespace OpenSim.Region.Communications.OGS1
|
|||
#region m_interRegion Comms
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// Start listening for .net remoting calls from other regions.
|
||||
/// </summary>
|
||||
private void StartRemoting()
|
||||
{
|
||||
|
@ -789,7 +789,7 @@ namespace OpenSim.Region.Communications.OGS1
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// Inform a region that a child agent will be on the way from a client.
|
||||
/// </summary>
|
||||
/// <param name="regionHandle"></param>
|
||||
/// <param name="agentData"></param>
|
||||
|
|
Loading…
Reference in New Issue