Update congestion_native.go

Remove non-used lines
This commit is contained in:
Peter Kleissner
2022-02-21 00:29:49 +01:00
committed by GitHub
parent f9f7d48e72
commit e45dddd6f5

View File

@@ -87,7 +87,6 @@ func (ncc *NativeCongestionControl) OnACK(parms CongestionControlParms, ack pack
}
if ncc.loss {
ncc.loss = false
//parms.SetCongestionWindowSize(cWndSize)
return
}
/*
@@ -195,7 +194,6 @@ func (ncc *NativeCongestionControl) OnNAK(parms CongestionControlParms, losslist
return
}
}
//ncc.decCount++
}
}