microsoft/NetPerfTest

ntttcp.exe udp commands are using the -w switch without the -a flag, causing an error

vidyas00 opened this issue · 1 comments

ntttcp.exe udp commands are using the -w switch without the -a flag, causing an error. Removing -w switch fixes the error.

ERROR: VerifyArgs failed: No support for WSA APIs with sync, GetLastError: 131 - An attempt was made to move the file pointer before the beginning of the file.
if (flags.wsa_flag && !flags.async_flag) {
PrintError(FUNCTION, "No support for WSA APIs with sync");
}

I fixed this in a recent PR in early August. Closing out as fixed.