mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* minor: A few miscellaneous doc comments before I break and start on something else
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user