I got it.
send/recv (which is really just write/read supporting flags) were catching SIG_PIPE. I had to craft up a small client connection to get it to work properly. But, a simple SIG_IGN is all it took. Many thanks.
I got it.
send/recv (which is really just write/read supporting flags) were catching SIG_PIPE. I had to craft up a small client connection to get it to work properly. But, a simple SIG_IGN is all it took. Many thanks.