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