Searched refs:MAXOPENTRIES (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
H A Ddaemon.c1070 #define MAXOPENTRIES 10 /* maximum number of tries to open connection */ macro
1126 ntries >= MAXOPENTRIES - 1))
1246 } while (ntries++ < MAXOPENTRIES && transienterror(save_errno));

Completed in 67 milliseconds