Forum Discussion
Altera_Forum
Honored Contributor
11 years agoYes, the socket is blocking by default.
In order to set non-blocking mode you must call: setsockopt(your_socket, SOL_SOCKET, SO_NONBLOCK, &max_socket, sizeof(int)); IIRC you could also set the default behaviour in Nichestack configuration file ipport.h