1
1
George Bosilca d450e460d6 Provide the correct socklen to bind.
Get Brian's patch from #5825 and his log message:
Fix a failure in binding the initiating side of a connection
on MacOS. MacOS doesn't like passing the size of the storage
structure (sockaddr_storage) instead of the expected size of
the structure (sockaddr_in or sockaddr_in6), which was causing
bind() failures. This patch simply changes the structure size
to the expected size.

Add a more clear error message in debug mode.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
(cherry picked from commit 9164e26e2f323c43c9a671cb510bb4df03e45628)
2018-10-02 14:37:31 -04:00
..
2018-10-02 14:37:31 -04:00
2017-04-15 09:30:18 -07:00
2018-08-28 12:29:16 +03:00
2018-03-20 16:07:53 +00:00
2015-06-23 20:59:57 -07:00
2018-09-18 13:03:18 -07:00
2017-07-12 17:31:25 -03:00
2015-06-23 20:59:57 -07:00