Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/unbound/daemon/
Dworker.c99 #define NORMAL_UDP_SIZE 512 /* bytes */ macro
320 if(sldns_buffer_limit(pkt) > NORMAL_UDP_SIZE && in worker_check_request()
1604 if(edns.udp_size < NORMAL_UDP_SIZE && in worker_handle_request()
1610 edns.udp_size = NORMAL_UDP_SIZE; in worker_handle_request()