udp #5
@ -49,6 +49,7 @@ func NewNewReno() *NewReno {
|
|||||||
var s uint32
|
var s uint32
|
||||||
for {
|
for {
|
||||||
if s == 0 {
|
if s == 0 {
|
||||||
|
s++
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ func NewNone() *None {
|
|||||||
var s uint32
|
var s uint32
|
||||||
for {
|
for {
|
||||||
if s == 0 {
|
if s == 0 {
|
||||||
|
s++
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user