Added CLI "debug packet 0..255" to enable the in/out packet dumps with various verbosity

This commit is contained in:
Dalien Talbot
2007-09-13 16:39:04 +00:00
parent 23b8e39c1b
commit 1703cacaab
7 changed files with 94 additions and 10 deletions

View File

@@ -166,6 +166,7 @@ namespace OpenSim.Framework
public void SendViewerTime(int phase) { }
public void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID) { }
public void SetDebug(int newDebug) { }
}
}