Update congestion_native.go

This commit is contained in:
Peter Kleissner
2022-02-21 00:31:15 +01:00
committed by GitHub
parent 66e351ca64
commit 332fbbf829

View File

@@ -31,7 +31,7 @@ func (ncc *NativeCongestionControl) Init(parms CongestionControlParms, synTime t
// This value should be adjusted at runtime according to congestion.
parms.SetACKInterval(4)
ncc.slowStart = false
ncc.lastAck = parms.GetSndCurrSeqNo()
ncc.loss = false