Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.h104 #define NETEVENT_SLOW_ACCEPT_TIME 2000 macro
H A Dnetevent.c897 tv.tv_sec = NETEVENT_SLOW_ACCEPT_TIME/1000;
898 tv.tv_usec = (NETEVENT_SLOW_ACCEPT_TIME%1000)*1000;