Home
last modified time | relevance | path

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

/mbedtls-development/programs/ssl/
A Dssl_client2.c450 int max_resend; /* DTLS times to resend on read timeout */ member
819 opt.max_resend = DFL_MAX_RESEND; in main()
933 opt.max_resend = atoi( q ); in main()
934 if( opt.max_resend < 0 ) in main()
2440 retry_left = opt.max_resend; in main()

Completed in 6 milliseconds