Improve prim sending by combining multiple prim updates into a single packet

This commit is contained in:
Melanie Thielker
2009-05-01 16:29:15 +00:00
parent 5ede445bdf
commit 55a69f3f2d
4 changed files with 209 additions and 75 deletions

View File

@@ -62,6 +62,8 @@ namespace OpenSim.Framework
RegionStatus RegionStatus { get; set; }
ClientManager ClientManager { get; }
float TimeDilation { get; }
event restart OnRestart;
void AddNewClient(IClientAPI client);