Home
last modified time | relevance | path

Searched refs:NETWORK_RCONCOMMAND_LENGTH (Results 1 – 4 of 4) sorted by relevance

/dports/games/openttd/openttd-12.1/src/network/core/
H A Dconfig.h64 static const uint NETWORK_RCONCOMMAND_LENGTH = 500; ///< The maximum length of a … variable
/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_admin.cpp506 std::string command = p->Recv_string(NETWORK_RCONCOMMAND_LENGTH); in Receive_ADMIN_RCON()
H A Dnetwork_client.cpp1076 std::string rcon_out = p->Recv_string(NETWORK_RCONCOMMAND_LENGTH);
H A Dnetwork_server.cpp1389 std::string command = p->Recv_string(NETWORK_RCONCOMMAND_LENGTH); in Receive_CLIENT_RCON()