fix sockets tests on FreeBSD (dotnet/corefx#42518)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Sun, 10 Nov 2019 04:45:23 +0000 (20:45 -0800)
committerGitHub <noreply@github.com>
Sun, 10 Nov 2019 04:45:23 +0000 (20:45 -0800)
commit8cae0226c06d04c194823ccbd9ad49fa8eaf368d
treeb0275801f830fbcf3c2ffd020ff3adee0a30aaab
parent68e33295ebe52277a9126ea3ef909d6ff92c7070
fix sockets tests on FreeBSD (dotnet/corefx#42518)

Commit migrated from https://github.com/dotnet/corefx/commit/bc115700c3ece60acd6b8dbe4b0bdb8f6f80c756
src/libraries/Native/Unix/Common/pal_config.h.in
src/libraries/Native/Unix/System.Native/pal_networking.c
src/libraries/Native/Unix/configure.cmake
src/libraries/System.Net.Sockets/tests/FunctionalTests/Connect.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/DualModeSocketTest.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/SendReceive.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/SocketOptionNameTest.cs
src/libraries/System.Net.Sockets/tests/FunctionalTests/UdpClientTest.cs