chore: change minAckRate to 0.8

This commit is contained in:
Toby 2022-05-11 18:20:46 -07:00
parent 6d628e1e8c
commit f3b999bce0

View File

@ -10,7 +10,7 @@ const (
pktInfoSlotCount = 4 pktInfoSlotCount = 4
minSampleCount = 50 minSampleCount = 50
minAckRate = 0.75 minAckRate = 0.8
) )
type BrutalSender struct { type BrutalSender struct {