BSTP_MIN_HELLO_TIME
if (t < BSTP_MIN_HELLO_TIME || t > BSTP_MAX_HELLO_TIME)
if (cu->cu_hello_time < BSTP_MIN_HELLO_TIME ||
(cu->cu_hello_time > BSTP_MIN_HELLO_TIME ?
cu->cu_hello_time : BSTP_MIN_HELLO_TIME);