File diff r22521:9088444a259e → r22522:211f98bf45cf
src/network/core/config.h
Show inline comments
 
@@ -52,14 +52,13 @@ static const uint NETWORK_GAMESCRIPT_JSO
 
static const uint NETWORK_CHAT_LENGTH             =  900;         ///< The maximum length of a chat message, in bytes including '\0'
 

	
 
static const uint NETWORK_GRF_NAME_LENGTH         =   80;         ///< Maximum length of the name of a GRF
 

	
 
/**
 
 * Maximum number of GRFs that can be sent.
 
 * This value is related to number of handles (files) OpenTTD can open.
 
 * This is currently 64. Two are used for configuration and sound.
 
 * This limit is reached when PACKET_UDP_SERVER_RESPONSE reaches the maximum size of SEND_MTU bytes.
 
 */
 
static const uint NETWORK_MAX_GRF_COUNT           =   62;
 

	
 
static const uint NETWORK_NUM_LANGUAGES           =   36; ///< Number of known languages (to the network protocol) + 1 for 'any'.
 

	
 
/**