Replies: 1 comment
-
More like dead code. IIRC, we needed to use non-blocking sockets when iperf3 had a single-threaded design, in order to avoid hanging the main (and only) thread. That's not really a thing for the multi-threaded design used in iperf-3.16 and later. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see setnonblocking function in net.c but it is invoked anywhere. A unfinished feature or dead code? It's not necessary to use non-blocking sockets here right?
Beta Was this translation helpful? Give feedback.
All reactions