merge develop into master #21

Merged
JakeHillion merged 149 commits from develop into master 2021-05-12 00:22:59 +01:00
Showing only changes of commit ce211bb142 - Show all commits

View File

@ -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{