Home
last modified time | relevance | path

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

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/common/
H A Dserver_protocolhandler.cpp273 int maxCommandCountPerInterval = server->getMaxCommandCountPerInterval(); in processGameCommandContainer() local
292 if (totalCount > maxCommandCountPerInterval) in processGameCommandContainer()