mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* minor: just minor doc and tidy up
This commit is contained in:
@@ -131,7 +131,7 @@ namespace OpenSim.Framework.Communications
|
||||
SetDefaultValues();
|
||||
}
|
||||
|
||||
public void SetDefaultValues()
|
||||
private void SetDefaultValues()
|
||||
{
|
||||
DST = "N";
|
||||
StipendSinceLogin = "N";
|
||||
|
||||
@@ -117,6 +117,10 @@ namespace OpenSim.Framework
|
||||
return packet;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Return a packet to the packet pool
|
||||
/// </summary>
|
||||
/// <param name="packet"></param>
|
||||
public void ReturnPacket(Packet packet)
|
||||
{
|
||||
return; // packet pool disabled
|
||||
|
||||
Reference in New Issue
Block a user