Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
H A Dxfrd.h269 #define XFRD_MAX_UDP 128 /* max number of UDP sockets at a time for IXFR */ macro
H A Dxfrd.c1290 if(xfrd->udp_use_num < XFRD_MAX_UDP) { in xfrd_udp_obtain()
1603 if(xfrd->udp_use_num == XFRD_MAX_UDP) in xfrd_udp_release()
/openbsd-src/usr.sbin/nsd/doc/
H A DChangeLog4085 at a time. The XFRD_MAX_UDP constant controls this.