Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dsessiondef.hpp31 static constexpr size_t maxSessionlessCount = 1; variable
/openbmc/phosphor-net-ipmid/
H A Dsessions_manager.cpp90 auto activeSessions = sessionsMap.size() - session::maxSessionlessCount; in startSession()