In udpstream.c, the set_socket_non_blocking() call is commented out. Any reason why?
I thought non-blocking I/O is the only default I/O model implemented ntttcp-for-linux, and it is better for Tput performance (than blocking I/O). The tcp mode is still setting non-blocking socket mode.
Can we uncomment it?