mirror of
https://github.com/soypat/lneto.git
synced 2026-09-11 17:19:30 +00:00
chore: bump minimum Go version to 1.24 (#85)
Signed-off-by: Marvin Drees <marvin.drees@9elements.com>
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ func TestStackAsyncTCP_multipacket(t *testing.T) {
|
||||
tst.TestTCPSetupAndEstablish(sv, client, svconn, clconn, svPort, 1337)
|
||||
testClose()
|
||||
var buf [MTU]byte
|
||||
for i := 0; i < 20; i++ {
|
||||
for range 20 {
|
||||
payloadSize := rng.Intn(maxPktLen) + 1
|
||||
tst.TestTCPSetupAndEstablish(sv, client, svconn, clconn, svPort, 1337)
|
||||
// npkt := rng.Intn(maxNPkt-1) + 2
|
||||
|
||||
Reference in New Issue
Block a user