* More OutPacket refactors.

* Added back a sleep to the kick routine so users get a 'you have been logged off message' when they get kicked from the simulator for various reasons (like 'the simulator is going down')
This commit is contained in:
Teravus Ovares
2008-05-10 13:11:09 +00:00
parent b67f88a3a2
commit 1ba51dd2fd
5 changed files with 29 additions and 157 deletions

View File

@@ -939,6 +939,9 @@ namespace OpenSim.Framework
void SendImagePart(ushort numParts, LLUUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec);
void SendShutdownConnectionNotice();
void SendSimStats(Packet pack);
byte[] GetThrottlesPacked(float multiplier);