pub fn bind(fd: RawFd, addr: &dyn SockaddrLike) -> Result<()>
Bind a name to a socket
Further reading