Hi,
for a TCP Server Class I need a Linux function, which does what SetHandleInformation(, HANDLE_FLAG_INHERIT, 0) do under Windows. I've already searched the web after a Linux equivalent, but I didn't find anything useful. The only reason I need that function is to make the socket handle inheritable to child processes. So in case there is no Linux SetHandleInformation(), is there another way to do this under Linux?