* 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)
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue