We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b40a5 commit 8a8286bCopy full SHA for 8a8286b
1 file changed
src/iperf_api.h
@@ -434,7 +434,7 @@ enum {
434
IEUDPFILETRANSFER = 34, // Cannot transfer file using UDP
435
IESERVERAUTHUSERS = 35, // Cannot access authorized users file
436
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)
+ IECNTLKA = 37, // Control connection Keepalive period should be larger than the full retry period (interval * count)
438
439
/* Test errors */
440
IENEWTEST = 100, // Unable to create a new test (check perror)
0 commit comments