Home
last modified time | relevance | path

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

/mbedtls-3.7.0/programs/ssl/
Dssl_client2.c473 int max_resend; /* DTLS times to resend on read timeout */ member
922 opt.max_resend = DFL_MAX_RESEND; in main()
1091 opt.max_resend = atoi(q); in main()
1092 if (opt.max_resend < 0) { in main()
2496 retry_left = opt.max_resend; in main()