diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/messages.conf | 2 | ||||
-rw-r--r-- | conf/packet.conf | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index f4098ae30..d946f2c8b 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -870,7 +870,7 @@ 1076: Clouds2 | 1077: Fireworks | 1078: Leaves | -//1079 FREE +1079: NoViewID | 1080: Displays Night | 1081: Other Flags: 1082: NoBranch | diff --git a/conf/packet.conf b/conf/packet.conf index 33de0e901..3a7ec2c85 100644 --- a/conf/packet.conf +++ b/conf/packet.conf @@ -10,12 +10,15 @@ debug: no // How long can a socket stall before closing the connection (in seconds)? stall_time: 60 -// Maximum allowed size for clients packets in bytes (default: 24576). +// Maximum allowed size for clients packets in bytes (default: 65535). +// Default Values: +// 24576 (Clients < 20131223) +// 65535 (Clients >= 20131223) // NOTE: To reduce the size of reported packets, lower the values of defines, which // have been customized, such as MAX_STORAGE, MAX_GUILD_STORAGE or MAX_CART. // NOTE: Do not modify this setting, unless the client has been modified to support // larger packets. The client will crash, when it receives larger packets. -socket_max_client_packet: 24576 +//socket_max_client_packet: 65535 //----- IP Rules Settings ----- |