| 231 | : m_time(Time::monotonicMilliseconds()), m_challenge(Random::randi32()) {} |
| 232 | |
| 233 | bool ServerQueryThread::RequestChallenge::before(uint64_t time) { |
| 234 | return m_time < time; |
| 235 | } |
| 236 | |
| 237 | int ServerQueryThread::RequestChallenge::getChallenge() { |
| 238 | return m_challenge; |