Add some methods to allow modules so set client view options

This commit is contained in:
Melanie Thielker
2008-09-28 19:45:42 +00:00
parent 9709d01358
commit 1d5b2bb8bc
5 changed files with 49 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
uint SilenceLimit { get; set; }
uint DiscardTimeout { get; set; }
uint ResendTimeout { get; set; }
bool ReliableIsImportant { get; set; }
void InPacket(Packet packet);
void ProcessInPacket(LLQueItem item);