Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

configs

Newbie Spellweaver
Joined
Apr 6, 2012
Messages
17
Reaction score
0
Tell me pls, do these values have to be the same in all services?

so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 5242880
obuffermax = 5242880
accumulate = 16777216
 
I are an engineer
Joined
Feb 28, 2009
Messages
498
Reaction score
398
Those values are the buffer sizes, in bytes, i.e., 16384 = 16kB (16 x 1024),
5242880 = 5MB (5 x 1024 x 1024), 16777216 = 16MB (16 x 1024 x 1024).
I go by the maxim, if it isn't broken, don't fix it. These server files have
been around for many years and, thus, have been extensively tested,
therefore, I would leave these values as originally found as they are,
most likely, an optimum value.
 
Upvote 0
Back
Top