pub fn bind(fd: i32, addr: &dyn SockaddrLike) -> Result<(), Errno>
Expand description

Bind a name to a socket

Further reading