* @brief Sets the timeout in milliseconds. */
| 382 | * @brief Sets the timeout in milliseconds. |
| 383 | */ |
| 384 | void IO::Protocols::ZMODEM::setTimeoutMs(int ms) |
| 385 | { |
| 386 | m_timeoutMs = qMax(1000, ms); |
| 387 | } |
| 388 | |
| 389 | /** |
| 390 | * @brief Returns the maximum number of retries. |