Home
last modified time | relevance | path

Searched refs:NORMAL_UDP_SIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dworker.c99 #define NORMAL_UDP_SIZE 512 /* bytes */ macro
320 if(sldns_buffer_limit(pkt) > NORMAL_UDP_SIZE && in worker_check_request()
1600 if(edns.udp_size < NORMAL_UDP_SIZE && in worker_handle_request()
1606 edns.udp_size = NORMAL_UDP_SIZE; in worker_handle_request()