CHECK_TIMEOUT
env->sc_conf.timeout.tv_sec = CHECK_TIMEOUT / 1000;
env->sc_conf.timeout.tv_usec = (CHECK_TIMEOUT % 1000) * 1000;