Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_client2.c285 int max_resend; /* DTLS times to resend on read timeout */ member
476 opt.max_resend = DFL_MAX_RESEND; in main()
550 opt.max_resend = atoi( q ); in main()
551 if( opt.max_resend < 0 ) in main()
1362 retry_left = opt.max_resend; in main()