summaryrefslogtreecommitdiff
path: root/extendedstats/windows.go
AgeCommit message (Collapse)Author
2023-04-15[Bugfix] Call windows.WSAIoctl safely when getting extended stats in windows.goWill Hawkins
Based on CL482495 in the go runtime, there is now a proper way to safely do overlapped IO on Windows. This patch adopts those precautions.
2022-10-14Relicense with GPLv2Will Hawkins
With this commit the project is being relicensed under GPLv2. All contributors to the code prior to this commit have given their explicit approval for the project to be relicensed (see https://github.com/network-quality/goresponsiveness/issues/41).
2022-09-30[Feature] Extend Throughput LoggingJeroen Schickendantz
Extends throughput logging to continue even after saturation has been reached by the algorithm.
2022-08-18[Feature] Open TCP Info (RTT and Cwnd) to clientJeroen Schickendantz
Allow for new (RTT and Cwnd) logging on windows build
2022-06-22[Cleanup] Make long lines shorter and fix static fmt warningsWill Hawkins
Besides running golines (for the first time in a while now that the tool supports generics), this commit removes punctuation and newlines from Errorf parameters -- something that gofmt does not like (I never knew!).
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]>