diff options
| author | Will Hawkins <[email protected]> | 2024-01-03 19:11:10 -0500 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2024-01-04 19:17:06 -0500 |
| commit | 218f2e6d235c4e947a04a39e4e09acde7675de6a (patch) | |
| tree | 4642b7deed792e8345ccef86d549c8748a9e0ce8 /extendedstats/unix.go | |
| parent | f3990f950277c2f61e0e1811b4b8a81fc0219da4 (diff) | |
[Feature] Reformat test result output.
Diffstat (limited to 'extendedstats/unix.go')
| -rw-r--r-- | extendedstats/unix.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extendedstats/unix.go b/extendedstats/unix.go index 1454f1c..fd537ee 100644 --- a/extendedstats/unix.go +++ b/extendedstats/unix.go @@ -60,12 +60,12 @@ func (es *AggregateExtendedStats) IncorporateConnectionStats(basicConn net.Conn) func (es *AggregateExtendedStats) Repr() string { return fmt.Sprintf(`Extended Statistics: - Maximum Path MTU: %v - Maximum Send MSS: %v - Maximum Recv MSS: %v + Maximum Path MTU: %v + Maximum Send MSS: %v + Maximum Recv MSS: %v Total Retransmissions: %v - Total Reorderings: %v - Average RTT: %v + Total Reorderings: %v + Average RTT: %v `, es.MaxPathMtu, es.MaxSendMss, es.MaxRecvMss, es.TotalRetransmissions, es.TotalReorderings, es.AverageRtt) } |
