Searched refs:max_resend (Results 1 – 1 of 1) sorted by relevance
285 int max_resend; /* DTLS times to resend on read timeout */ member476 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()