Lines Matching +full:retry +full:- +full:time
23 constexpr char CONSOLE_SOCKET_PATH[] = "\0obmc-console.default";
24 constexpr size_t CONSOLE_SOCKET_PATH_LEN = sizeof(CONSOLE_SOCKET_PATH) - 1;
107 * console at the time the payload is activated. The default is force
133 * This sets the typical amount of time that the BMC will wait before
139 * Character Accumulate Interval is 5 ms increments, 1-based value. The
159 /** @brief Retry Count
161 * 1-based. 0 = no retries after packet is transmitted. Packet will be
162 * dropped if no ACK/NACK received by time retries expire. The maximum
163 * value for retry count is 7. This parameter can be modified by the
168 /** @brief Retry Interval
170 * Sets the time that the BMC will wait before the first retry and the
171 * time between retries when sending SOL packets to the remote console.
173 * parameters command. The SOL configuration parameter Retry Interval
174 * is 10 ms increments, 1-based value. The parameter value is
198 * add the accumulate interval timer and retry interval timer to the
201 * @param[in] payloadInstance - SOL payload instance.
202 * @param[in] sessionID - BMC session ID.
210 * accumulate interval timer and retry interval timer from the event
213 * @param[in] payloadInstance - SOL payload instance
222 * @param[in] payloadInstance - SOL payload instance.
232 return *(iter->second); in getContext()
242 * @param[in] sessionID - IPMI Session ID.
250 if (kv.second->sessionID == sessionID) in getContext()
262 * @param[in] payloadInstance - SOL payload instance.
273 * @param[in] input - Data from the remote console.