Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtendedStatsAvailable ¶
func ExtendedStatsAvailable() bool
Types ¶
type ExtendedStats ¶
type ExtendedStats struct { MaxPathMtu uint64 MaxSendMss uint64 MaxRecvMss uint64 TotalRetransmissions uint64 TotalReorderings uint64 AverageCwnd float64 AverageRtt float64 // contains filtered or unexported fields }
func (*ExtendedStats) IncorporateConnectionStats ¶
func (es *ExtendedStats) IncorporateConnectionStats(rawConn net.Conn) error
func (*ExtendedStats) Repr ¶
func (es *ExtendedStats) Repr() string
Click to show internal directories.
Click to hide internal directories.