Jump to content

Network Configuration


Guest asdy

Recommended Posts

how can I set up my network config and I work better not lag too much and not to disconnect

I now I have it but after a few hours is high mangosd.exe processes to 600.500 k in Task Manager

###################################################################################################################
#
# Network config
#
# Threads: Number of threads for network, recommend 1 thread per 1000 connections.
#        Default: 1
#
# OutKBuff: The size of the output kernel buffer used ( SO_SNDBUF socket option, tcp manual ).
#           Default: -1 (Use system default setting)
#
# OutUBuff: Userspace buffer for output. This is amount of memory reserved per each connection.
#        Default: 65536
#
# TcpNoDelay:
#        TCP Nagle algorithm setting
#        Default: 0 (enable Nagle algorithm, less traffic, more latency)
#                 1 (TCP_NO_DELAY, disable Nagle algorithm, more traffic but less latency)
#
#
#
###################################################################################################################

Network.Threads = 1 
Network.OutKBuff = 131072 
Network.OutUBuff = 262144 
Network.TcpNodelay = 1 

Link to comment
Share on other sites

PlayerLimit = 300

but I get to 99% on mangosd.exe process and sometimes is not the problem that users are few in that monent eg 10-15

we need to exchange and this in my.ini:

skip-locking
key_buffer = 16M
max_allowed_packet = 32M
table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use