From d4927593a16307f0e5e3e1b8854e49ee72445977 Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Wed, 17 Jan 2024 22:45:20 +0100 Subject: [PATCH] Add data over multiple sockets uTP test (#662) --- tests/utp/test_protocol.nim | 81 +++++++++++++++++++++++++++++++++++-- 1 file changed, 78 insertions(+), 3 deletions(-) diff --git a/tests/utp/test_protocol.nim b/tests/utp/test_protocol.nim index 939176a..3badb47 100644 --- a/tests/utp/test_protocol.nim +++ b/tests/utp/test_protocol.nim @@ -316,11 +316,11 @@ procSuite "uTP over UDP protocol tests": s.clientSocket.numPacketsInOutGoingBuffer() == 0 const - amountOftransfers = 3 + amountOfTransfers = 3 amountOfBytes = 5000 var totalBytesToTransfer: seq[byte] - for i in 0..