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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_damp.h118 #define DELTA_T 5 macro
H A Dbgp_damp.c98 i = (int) ((double) tdiff / DELTA_T);
399 damp->decay_array_size = ceil ((double) damp->max_suppress_time / DELTA_T);
403 damp->decay_array[1] = exp ((1.0/((double)damp->half_life/DELTA_T)) * log(0.5));
567 reuse_time = (int) (DELTA_T * ((log((double)damp->reuse_limit/penalty))/(log(damp->decay_array[1]))));

Completed in 35 milliseconds