Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/
Dtest_dtls.cpp44 static constexpr uint16_t kMaxAttempts = 3; variable
291 for (uint16_t iter = 0; iter <= kMaxAttempts + 1; iter++) in TestDtlsSingleSession()
415 …t DTLS (server) on node0 bound to port %u with auto-close max attempt %u", kUdpPort, kMaxAttempts); in TestDtlsSingleSession()
419 SuccessOrQuit(dtls0.SetMaxConnectionAttempts(kMaxAttempts, HandleAutoClose, &node0)); in TestDtlsSingleSession()
432 … Log("Using wrong PSK try to establish DTLS connection with node0 %u times", kMaxAttempts - 1); in TestDtlsSingleSession()
439 for (uint16_t iter = 0; iter < kMaxAttempts - 1; iter++) in TestDtlsSingleSession()