aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 21ff8d6..83bf9d7 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -649,14 +649,6 @@
649 649
650 650
651[ClientStack.LindenUDP] 651[ClientStack.LindenUDP]
652 ; Set this to true to process incoming packets asynchronously. Networking is
653 ; already separated from packet handling with a queue, so this will only
654 ; affect whether networking internals such as packet decoding and
655 ; acknowledgement accounting are done synchronously or asynchronously
656 ; Default is true.
657 ;
658 ;async_packet_handling = true
659
660 ; The client socket receive buffer size determines how many 652 ; The client socket receive buffer size determines how many
661 ; incoming requests we can process; the default on .NET is 8192 653 ; incoming requests we can process; the default on .NET is 8192
662 ; which is about 2 4k-sized UDP datagrams. On mono this is 654 ; which is about 2 4k-sized UDP datagrams. On mono this is