Description
It's unnecessary to use ink_bind when we're not specifying a local ip or local port, we're better off just letting connect choose the ephemeral port since it will make a better decision than bind will.
It's unnecessary to use ink_bind when we're not specifying a local ip or local port, we're better off just letting connect choose the ephemeral port since it will make a better decision than bind will.