Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BandwidthDebugInfo ¶
type BandwidthDebugInfo struct {
Total BandwidthInfo
ByProtocol map[string]BandwidthInfo
}
Responses
type BandwidthInfo ¶
Responses
type ConnectionsDebugInfo ¶
type ConnectionsDebugInfo struct {
ConnectedPeersCount int
OpenConnectionsCount int
OpenStreamsCount int64
LastTrimAgo string
}
Responses
type DhtDebugInfo ¶
type DhtDebugInfo struct {
RoutingTableSize int
RoutingTable []kbucket.PeerInfo
Reachability string
ListenAddress []string
ObservedAddrs []string
BootstrapPeers map[string]p2p.BootstrapPeerDebugInfo
}
Responses
type P2pDebugInfo ¶
type P2pDebugInfo struct {
General GeneralDebugInfo
DHT DhtDebugInfo
Connections ConnectionsDebugInfo
Peerstore PeerstoreDebugInfo
Bandwidth BandwidthDebugInfo
}
Responses
Click to show internal directories.
Click to hide internal directories.