Commit 3aa1c33
Ensure the adapter name 100% matching when parsing proc/net/dev (#92187)
* Ensure the adapter name 100% matching when parsing proc/net/dev
* Update src/libraries/System.Net.NetworkInformation/src/System/Net/NetworkInformation/StringParsingHelpers.Statistics.cs
Co-authored-by: Miha Zupan <[email protected]>
* Move the stackalloc out of the loop
* Update src/libraries/System.Net.NetworkInformation/src/System/Net/NetworkInformation/StringParsingHelpers.Statistics.cs
Co-authored-by: Miha Zupan <[email protected]>
---------
Co-authored-by: Miha Zupan <[email protected]>1 parent ca23689 commit 3aa1c33
File tree
2 files changed
+14
-4
lines changed- src/libraries/System.Net.NetworkInformation
- src/System/Net/NetworkInformation
- tests/FunctionalTests/NetworkFiles
2 files changed
+14
-4
lines changedLines changed: 13 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
417 | 416 | | |
418 | | - | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
419 | 429 | | |
420 | 430 | | |
421 | 431 | | |
| |||
438 | 448 | | |
439 | 449 | | |
440 | 450 | | |
441 | | - | |
442 | 451 | | |
443 | 452 | | |
444 | 453 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
0 commit comments