Skip to content

Commit 8a8286b

Browse files
authored
Update iperf_api.h
Fix errors
1 parent a5b40a5 commit 8a8286b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/iperf_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ enum {
434434
IEUDPFILETRANSFER = 34, // Cannot transfer file using UDP
435435
IESERVERAUTHUSERS = 35, // Cannot access authorized users file
436436
IEDISKFILEZEROCOPY = 36, // Sending disk file using MSG_ZEROCOPY is not supported
437-
IECNTLKA = 36, // Control connection Keepalive period should be larger than the full retry period (interval * count)
437+
IECNTLKA = 37, // Control connection Keepalive period should be larger than the full retry period (interval * count)
438438

439439
/* Test errors */
440440
IENEWTEST = 100, // Unable to create a new test (check perror)

0 commit comments

Comments
 (0)