zsock (3) Linux Manual Page
zsock – high-level socket API that hides libzmq contexts and sockets Synopsis // Create a new socket. Returns the new socket, or NULL if the new socket // could not be created. Note that the symbol zsock_new (and other // constructors/destructors for zsock) are redirected to the *_checked // variant, enabling intelligent socket leak detection….
