You've already forked linux-packaging-mono
Imported Upstream version 6.8.0.85
Former-commit-id: 4d082389a087ae772e72065f310eb8acb3432852
This commit is contained in:
parent
76568287a2
commit
2ad2b699d6
@ -1083,6 +1083,9 @@ namespace System.Net.Sockets
|
||||
sockares.CurrentAddress++;
|
||||
sockares.EndPoint = new IPEndPoint (sockares.Addresses [i], sockares.Port);
|
||||
|
||||
if (!sockares.socket.CanTryAddressFamily(sockares.EndPoint.AddressFamily))
|
||||
continue;
|
||||
|
||||
return BeginSConnect (sockares);
|
||||
} catch (Exception e) {
|
||||
exc = e;
|
||||
|
Reference in New Issue
Block a user