From 218f2e6d235c4e947a04a39e4e09acde7675de6a Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Wed, 3 Jan 2024 19:11:10 -0500 Subject: [Feature] Reformat test result output. --- extendedstats/unix.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extendedstats') 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) } -- cgit v1.2.3