Rod Hynes 8 anni fa
parent
commit
77fdcf74d9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      psiphon/common/tun/tun_test.go

+ 1 - 1
psiphon/common/tun/tun_test.go

@@ -238,7 +238,7 @@ func testTunneledTCP(t *testing.T, useIPv6 bool) {
 	}
 	}
 
 
 	// Note: reported bytes transferred can exceed expected bytes
 	// Note: reported bytes transferred can exceed expected bytes
-	// transferred due to resent packets.
+	// transferred due to retransmission of packets.
 
 
 	upstreamBytesTransferred, downstreamBytesTransferred, _ := counter.Get()
 	upstreamBytesTransferred, downstreamBytesTransferred, _ := counter.Get()
 	expectedBytesTransferred := CONCURRENT_CLIENT_COUNT * TCP_RELAY_TOTAL_SIZE
 	expectedBytesTransferred := CONCURRENT_CLIENT_COUNT * TCP_RELAY_TOTAL_SIZE