Searched refs:max_resend (Results 1 – 1 of 1) sorted by relevance
450 int max_resend; /* DTLS times to resend on read timeout */ member819 opt.max_resend = DFL_MAX_RESEND; in main()933 opt.max_resend = atoi( q ); in main()934 if( opt.max_resend < 0 ) in main()2440 retry_left = opt.max_resend; in main()
Completed in 6 milliseconds