merge develop into master #21
@ -126,7 +126,7 @@ func TestNewReno_Congestion(t *testing.T) {
|
||||
t.Run("OneWay", func(t *testing.T) {
|
||||
t.Run("Lossless", func(t *testing.T) {
|
||||
// ASSIGN
|
||||
rtt := 80*time.Millisecond
|
||||
rtt := 80 * time.Millisecond
|
||||
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
defer cancel()
|
||||
@ -139,7 +139,7 @@ func TestNewReno_Congestion(t *testing.T) {
|
||||
// ACT
|
||||
for i := 0; i < 50; i++ {
|
||||
// sleep to simulate preparing packet
|
||||
time.Sleep(1*time.Millisecond)
|
||||
time.Sleep(1 * time.Millisecond)
|
||||
seq := c.sideA.Sequence()
|
||||
|
||||
c.aOutbound <- congestionPacket{
|
||||
|
Loading…
Reference in New Issue
Block a user