v0.1.12
Previously each ack was assigned an RTT estimation using the time between packet departure and ack arrival. That method is inaccurate as multiple acks are aggregated in a single feedback packet. Instead, use the min round trip time between packet departure and ack in a feedback packet and subtracting the pending time between packet arrival and feedback departure.