Source File
performance_stats.go
Belonging Package
github.com/tmc/go-iroh/internal/qng
package quic// PerformanceStats contains packetization counters collected by binaries built// with the iroh_performance_stats build tag.type PerformanceStats struct {StreamFramesSent uint64StreamBytesSent uint64ACKFramesSent uint64ACKOnlyPacketsSent uint64StreamActivations uint64SendLoopRuns uint64UDPDatagramsSent uint64UDPBytesSent uint64UDPSendSyscalls uint64UDPGSOSyscalls uint64UDPGSOSegments uint64CorkTimerActivations uint64}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |