diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index f7fa775..7bdbb67 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -932,9 +932,9 @@ namespace OpenSim.Region.ClientStack | |||
932 | // | 932 | // |
933 | // http://opensimulator.org/mantis/view.php?id=226 | 933 | // http://opensimulator.org/mantis/view.php?id=226 |
934 | // | 934 | // |
935 | // for one example of this kind of thing. So we'll go for a cautious max | 935 | // for one example of this kind of thing. In fact, the Linden servers appear to only send about |
936 | // items of 20 which gives a packet size of about 11k | 936 | // 6 to 7 items at a time, so let's stick with 6 |
937 | int MAX_ITEMS_PER_PACKET = 20; | 937 | int MAX_ITEMS_PER_PACKET = 6; |
938 | 938 | ||
939 | Encoding enc = Encoding.ASCII; | 939 | Encoding enc = Encoding.ASCII; |
940 | uint FULL_MASK_PERMISSIONS = 2147483647; | 940 | uint FULL_MASK_PERMISSIONS = 2147483647; |