Searched refs:max_resend (Results 1 – 1 of 1) sorted by relevance
344 int max_resend; /* DTLS times to resend on read timeout */ member620 opt.max_resend = DFL_MAX_RESEND; in main()705 opt.max_resend = atoi( q ); in main()706 if( opt.max_resend < 0 ) in main()1715 retry_left = opt.max_resend; in main()
Completed in 4 milliseconds