udp #5

Merged
JakeHillion merged 16 commits from udp into develop 2020-11-28 16:53:00 +00: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
}