summaryrefslogtreecommitdiff
path: root/go.sum
AgeCommit message (Collapse)Author
2023-05-19Added basic tests of qualityattenuationBjørn Ivar Teigen
2023-05-19Implemented basic Quality AttenuationBjørn Ivar Teigen
2023-02-20Update dependenciesRandall Meyer
2022-11-05[Refactor] Rename/update MovingAverage to MathematicalSeriesWill Hawkins
We want the MovingAverage functionality to be more generic and useful than just doing a moving average calculation. The new functionality allows for the calculation of the standard deviation and supports a generic type (so it can be used with integers and floats).
2022-08-17[Feature] Add TCP information (RTT and Cwnd) to LoggingWill Hawkins
This patch adds support for logging the underlying RTT and Cwnd of the TCP connection used when doing probes. More work to follow in order to add support for this information on Windows and Darwin.
2022-06-22[Feature] Add extendedstats support for WindowsJJ
The added support has similar stats to getTCPInfo for linux. Signed-off-by: Will Hawkins <[email protected]>
2022-06-17[Feature] Use the new GetTCPConnectionInfo API for extended stats on macOSWill Hawkins
Now that there is support for GetTCPConnectionInfo on macOS, we can re-enable extended stats on the macOS platform!
2022-06-04[Feature] Access TCP_INFO about underlying TCP connectionsWill Hawkins
This will only work on *nix systems. Code that displays information in this PR is only exemplary -- I am sure that there are better places in the code to display it!
2022-03-18Move from hawkinsw repository ownership to Apple repository ownership.Will Hawkins
2022-03-16Bugfix: Commit go.sum for easier buildingWill Hawkins
Resolves Issue #6.