Function nanomsg_sys::nn_bind[][src]

pub unsafe extern "C" fn nn_bind(socket: c_int, addr: *const c_char) -> c_int

"Adds a local endpoint to the socket s. The endpoint can be then used by other applications to connect to. The addr argument consists of two parts as follows: transport://address. The transport specifies the underlying transport protocol to use. The meaning of the address part is specific to the underlying transport protocol."

http://nanomsg.org/v0.4/nn_bind.3.html