Home | History | Annotate | Download | only in libevent

Lines Matching full:maxtimeout

2670 		const int maxtimeout = strtoint_clipped(val, 1, 255);
2671 if (maxtimeout == -1) return -1;
2674 maxtimeout);
2675 global_max_nameserver_timeout = maxtimeout;