Binds the socket to an address.
impl Socket { fn bind<A>(&self, addr: A) -> Result<(), Errno> where A: AsRef<[u8]>, }
The address the socket will be bound to.
bind(2)