Home | History | Annotate | Download | only in libevent

Lines Matching refs:retry_max

1174 	if (evcon->retry_max < 0 || evcon->retry_cnt < evcon->retry_max) {
1692 evcon->retry_cnt = evcon->retry_max = 0;
1737 int retry_max)
1739 evcon->retry_max = retry_max;