Binds a socket to an address.
fn bind(sockfd: i32, addr: &[u8]) -> i32
The socket.
The address to bind to.
Returns success or an error value.
bind(2)