The difference between read() in client and Nread() in serve
Open
- Dominant language
- C
- Stars
- 8.8k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
In iperf3 v3.17.1, the **iperf_handle_message_server** function uses Nread() to check test->ctrl_sck, while **iperf_handle_message_client** uses read() to check test->ctrl_sck. Why is this read() and not Nread()?
Contributor guide
Assessment
This issue has not been assessed yet.