Home
last modified time | relevance | path

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

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/common/
H A Dserver.h132 virtual int getClientKeepAlive() const in getClientKeepAlive() function
H A Dserver_protocolhandler.cpp387 int pingclockinterval = server->getClientKeepAlive(); in pingClockTimeout()
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/servatrice/src/
H A Dservatrice.h264 int getClientKeepAlive() const override;
H A Dservatrice.cpp429 pingClock->start(getClientKeepAlive() * 1000); in initServer()
926 int Servatrice::getClientKeepAlive() const in getClientKeepAlive() function in Servatrice