mirror of
https://bitbucket.org/seefoe/configs.git
synced 2026-01-16 23:04:27 -05:00
30 lines
849 B
INI
30 lines
849 B
INI
[ConnectionServer]
|
|
adminAccountDataTable=datatables/admin/stella_admin.iff
|
|
pingPort=44462
|
|
customerServiceBindInterface=eth0
|
|
chatServiceBindInterface=eth0
|
|
disableWorldSnapshot=0
|
|
validateClientVersion=0
|
|
validateStationKey=0
|
|
clientOverflowLimit=5242880
|
|
useOldSuidGenerator=true
|
|
|
|
##If you have few players on your server you can change the incomingBufferSize
|
|
##To something lower to preserve memory like 2194304 for just a few players.
|
|
##Default is 4194304
|
|
[SharedNetwork]
|
|
pooledPacketMax=32000
|
|
incomingBufferSize=4194304
|
|
outgoingBufferSize=4194304
|
|
maxRawPacketSize=500
|
|
maxOutstandingBytes=4194304
|
|
fragmentSize=500
|
|
pooledPacketSize=256
|
|
packetHistoryMax=512
|
|
oldestUnacknowledgedTimeout=120000
|
|
byteCountWarnThreshold=1000000
|
|
reportMessages=0
|
|
logBackloggedPacketThreshold=0
|
|
enableFlushAndConfirmAllData=0
|
|
oldestUnacknowledgedTimeout=0
|
|
noDataTimeout=1000000 |