merge develop into master #21

Merged
JakeHillion merged 149 commits from develop into master 2021-05-12 00:22:59 +01:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 0f88a97075 - Show all commits

View File

@ -49,6 +49,7 @@ func NewNewReno() *NewReno {
var s uint32
for {
if s == 0 {
s++
continue
}

View File

@ -15,6 +15,7 @@ func NewNone() *None {
var s uint32
for {
if s == 0 {
s++
continue
}