diff options
| author | Will Hawkins <[email protected]> | 2022-06-17 21:29:34 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2022-06-17 21:29:34 -0400 |
| commit | 462bd5f6998e7922fb568dd50c52435370e8ecdb (patch) | |
| tree | 67862b465846e8467d3b2bf2042c9f8860e8eda2 /networkQuality.go | |
| parent | 71d9bae3dc95faa17764993c437116cd9544c624 (diff) | |
[Feature] Use the new GetTCPConnectionInfo API for extended stats on macOS
Now that there is support for GetTCPConnectionInfo on macOS, we can
re-enable extended stats on the macOS platform!
Diffstat (limited to 'networkQuality.go')
| -rw-r--r-- | networkQuality.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networkQuality.go b/networkQuality.go index 3ba783d..eb8bdc4 100644 --- a/networkQuality.go +++ b/networkQuality.go @@ -434,7 +434,7 @@ func main() { } if *calculateExtendedStats { - fmt.Printf(extendedStats.Repr()) + fmt.Println(extendedStats.Repr()) } cancelOperatingCtx() |
