move the initial RTT estimate to the congestion package

This commit is contained in:
Marten Seemann 2018-05-01 18:57:05 +09:00
parent 4a7bab9ffe
commit 3cd6cc3e9f
4 changed files with 19 additions and 16 deletions

View file

@ -781,10 +781,6 @@ var _ = Describe("SentPacketHandler", func() {
})
Context("TLPs", func() {
It("uses the default RTT", func() {
Expect(handler.computeTLPTimeout()).To(Equal(defaultInitialRTT * 3 / 2))
})
It("uses the RTT from RTT stats", func() {
rtt := 2 * time.Second
updateRTT(rtt)