Searched refs:max_request_udp (Results 1 – 3 of 3) sorted by relevance
72 size_t max_request_udp; variable227 max_request_tcp = max_request_udp = parse_bytes(max_request_str, NULL); in configure()236 max_request_tcp = max_request_udp = parse_bytes(p, NULL); in configure()284 if(max_request_udp == 0) in configure()285 max_request_udp = 64 * 1024; in configure()
96 extern size_t max_request_udp;
465 buf = malloc(max_request_udp); in handle_udp()468 (unsigned long)max_request_udp); in handle_udp()473 n = recvfrom(d->s, buf, max_request_udp, 0, d->sa, &d->sock_len); in handle_udp()480 if ((size_t)n == max_request_udp) { in handle_udp()