mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 05:07:36 +03:00
move the initial RTT estimate to the congestion package
This commit is contained in:
parent
4a7bab9ffe
commit
3cd6cc3e9f
4 changed files with 19 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue