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

/freebsd-10.1-release/contrib/unbound/util/
H A Dnetevent.h87 #define NETEVENT_SLOW_ACCEPT_TIME 2000 macro
H A Dnetevent.c770 tv.tv_sec = NETEVENT_SLOW_ACCEPT_TIME/1000;
771 tv.tv_usec = NETEVENT_SLOW_ACCEPT_TIME%1000;

Completed in 51 milliseconds