Searched refs:max_resend (Results 1 – 1 of 1) sorted by relevance
475 int max_resend; /* DTLS times to resend on read timeout */ member931 opt.max_resend = DFL_MAX_RESEND; in main()1101 opt.max_resend = atoi(q); in main()1102 if (opt.max_resend < 0) { in main()2523 retry_left = opt.max_resend; in main()