Home | History | Annotate | Download | only in utils

Lines Matching defs:max_fd

88 	int max_fd;
303 if (new_max_sock >= eloop.max_fd) {
304 next = eloop.max_fd == 0 ? 16 : eloop.max_fd * 2;
310 eloop.max_fd = next;