aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 2fca6ce..b99a02e 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1602,10 +1602,14 @@
1602 1602
1603 1603
1604[PacketPool] 1604[PacketPool]
1605 ; Enables the experimental packet pool. Yes, we've been here before.
1606 ;RecyclePackets = true; 1605 ;RecyclePackets = true;
1607 ;RecycleDataBlocks = true; 1606 ;RecycleDataBlocks = true;
1608 1607
1608 ; If true, then the basic packet objects used to receive data are also recycled, not just the LLUDP packets.
1609 ; This reduces data churn
1610 ; This setting is currently experimental and defaults to false.
1611 RecycleBaseUDPPackets = false;
1612
1609 1613
1610[InterestManagement] 1614[InterestManagement]
1611 ; This section controls how state updates are prioritized for each client 1615 ; This section controls how state updates are prioritized for each client