illusion_sun
Results
1
issues of
illusion_sun
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()?