1
1
George Bosilca 9164e26e2f
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>
2018-10-02 12:06:40 -04:00
..
2018-10-02 12:06:40 -04:00
2017-04-15 09:30:18 -07:00
2018-03-20 16:07:53 +00:00
2015-06-23 20:59:57 -07:00
2018-09-15 06:04:13 -07:00
2018-09-28 12:43:32 -07:00
2017-07-12 17:31:25 -03:00
2015-06-23 20:59:57 -07:00
2018-09-05 08:42:00 -07:00