htcp_cong_time
return (ca->minRTT == 0 ? htcp_cong_time(ca) : htcp_cong_time(ca) / ca->minRTT);
uint32_t diff = htcp_cong_time(ca);