You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()?
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()?