Fixed LIBOMV-416 by disabling output packet throttling allowing link and permissions packets to reach the sim before logout

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2336 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Latif Khalifa
2008-11-09 18:25:27 +00:00
parent 58aa671519
commit 7ecdfa97bc

View File

@@ -74,6 +74,7 @@ namespace importprimscript
Settings.LOG_LEVEL = Helpers.LogLevel.None;
Client.Settings.ALWAYS_REQUEST_OBJECTS = true;
Client.Settings.ALWAYS_DECODE_OBJECTS = true;
Client.Settings.THROTTLE_OUTGOING_PACKETS = false;
Client.Throttle.Land = 0;
Client.Throttle.Wind = 0;
Client.Throttle.Cloud = 0;