Home
last modified time | relevance | path

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

/dports/net/sems/sems-f89581a/core/
H A DAmSessionContainer.h203 unsigned int getMaxCPS();
H A DAmSessionContainer.cpp439 unsigned int AmSessionContainer::getMaxCPS() in getMaxCPS() function in AmSessionContainer
/dports/net/sems/sems-f89581a/core/plug-in/stats/
H A DStatsUDPServer.cpp402 reply = "Maximum calls per second: " + int2str(sc->getMaxCPS()) + "\n"; in execute()
/dports/net/sems/sems-f89581a/apps/xmlrpc2di/
H A DXMLRPC2DI.cpp542 int l = AmSessionContainer::instance()->getMaxCPS(); in execute()