| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-05 | [Feature] Add -extended-stats for *nix platforms | Will Hawkins | |
| On *nix platforms, there is now a `-extended-stats` option that will print out some extended statistics for the test. The statistics are based on information gleaned from the `TCP_INFO` of the underlying TCP connections. What is implemented so far is just a proof of concept of the extended stats that could be calculated. Depending on what users want, we can add additional extended statistics. | |||
| 2022-06-04 | [Feature] Add conditional compilation support for GetTCPInfo | Will Hawkins | |
| Now there is functionality for conditionally supporting GetTCPInfo depending on the platform. If the platform supports it, then the client can call utilities.GetTCPInfo. In the case that the platform does not support the GetTCPInfo function call, the result is an error of the type `NotImplemented`. | |||
