Uh oh!
There was an error while loading. Please reload this page.
[release/6.0] Fix parsing the output of ping on Samsung phones - #80692
Conversation
…5312) * Explicitly check for TTL expiration when using Ping utility * Fixes * Improve the implementation
ghost
commented
Jan 16, 2023
Tagging subscribers to this area: @dotnet/ncl Issue DetailsBackport of #65312 and #80133 to release/6.0 Unlike in #80502, we need to backport #65312 that wasn't originally backported to 6.0. Customer ImpactSome Android installations contain a ping utility that produces slightly different output when TTL is exceeded from what our code expects. This seems to be the case at least on Samsung phones. This PR updates the parser to account for this variation. Testing
RiskLow.
|
carlossanlop
commented
Jan 17, 2023
Approved by Tactics (6.0.14). |
Backport of #80133 and (older 7.0 fix) #65312 to release/6.0
Fixes#78990
Unlike in #80502, we need to backport #65312 that wasn't originally backported to 6.0.
Customer Impact
Some Android installations contain a ping utility that produces slightly different output when TTL is exceeded from what our code expects. This seems to be the case at least on Samsung phones. This PR updates the parser to account for this variation.
Testing
Risk
Low.