exchanges #20

Merged
JakeHillion merged 21 commits from exchanges into develop 2021-05-14 08:10:46 +01:00
Showing only changes of commit ac116734b7 - Show all commits

View File

@ -11,7 +11,7 @@ import (
)
const RttExponentialFactor = 0.1
const RttLossDelay = 1.5
const RttLossDelay = 0.5
type NewReno struct {
sequence chan uint32