support for fragmentation Ping option on Unix (dotnet/corefx#34435)
authorTomas Weinfurt <tweinfurt@yahoo.com>
Thu, 24 Jan 2019 17:58:13 +0000 (09:58 -0800)
committerGitHub <noreply@github.com>
Thu, 24 Jan 2019 17:58:13 +0000 (09:58 -0800)
commite4b7670825f435f4134d8296015da70adafd4751
tree6e603fe5643df2d55c33e41d8f95708185d559f8
parentb3e34c3530cdee0d6d1d06379f90065289ee05c0
support for fragmentation Ping option on Unix (dotnet/corefx#34435)

* add support for fragmentation Ping option on Unix

* add missing project file

* small adjustments

* fix typo

* feedback from review

* remove no longer needed import

* remove changes to HttpCookieProtocolTests pulled in by mistake

Commit migrated from https://github.com/dotnet/corefx/commit/8fea941db55fd79635fde1a54058620ddac16961
src/libraries/Common/src/System/Net/NetworkInformation/UnixCommandLinePing.cs
src/libraries/Common/tests/System/Net/Configuration.Ping.cs [new file with mode: 0644]
src/libraries/System.Net.Ping/src/System.Net.Ping.csproj
src/libraries/System.Net.Ping/src/System/Net/NetworkInformation/Ping.Unix.cs
src/libraries/System.Net.Ping/tests/FunctionalTests/PingTest.cs
src/libraries/System.Net.Ping/tests/FunctionalTests/System.Net.Ping.Functional.Tests.csproj
src/libraries/System.Net.Ping/tests/FunctionalTests/TestSettings.cs