Versions in this module Expand all Collapse all v0 v0.0.1 Mar 20, 2024 Changes in this version + type KadDhtPeerDiscoveryConfig struct + BucketSize uint32 + Enabled bool + InitialPeerList []string + ProtocolID string + RefreshIntervalInSec uint32 + RoutingTableRefreshIntervalInSec uint32 + Type string + type NodeConfig struct + MaximumExpectedPeerCount uint64 + MinNumPeersToWaitForOnBootstrap uint32 + Port string + ThresholdMinConnectedPeers uint32 + Transports TransportConfig + type P2PConfig struct + KadDhtPeerDiscovery KadDhtPeerDiscoveryConfig + Node NodeConfig + Sharding ShardingConfig + type ShardingConfig struct + MaxCrossShardObservers uint32 + MaxCrossShardValidators uint32 + MaxIntraShardObservers uint32 + MaxIntraShardValidators uint32 + MaxSeeders uint32 + TargetPeerCount uint32 + Type string + type TCPProtocolConfig struct + ListenAddress string + PreventPortReuse bool + type TransportConfig struct + QUICAddress string + TCP TCPProtocolConfig + WebSocketAddress string + WebTransportAddress string