| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-10 | Disable extendedstats on darwin | Alex Cohn | |
| The Darwin golang.org/x/sys/unix package does not contain a TCPInfo struct, which causes the project not to compile on macOS systems. | |||
| 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. | |||
