DHTConfig constructor
Creates a new DHTConfig with default Kademlia settings.
Implementation
const DHTConfig({
this.protocolId = '/ipfs/kad/1.0.0',
this.alpha = 3,
this.bucketSize = 20,
this.maxProvidersPerKey = 20,
this.requestTimeout = const Duration(seconds: 30),
this.maxRecordsPerQuery = 20,
this.enableProviderRecording = true,
this.enableValueStorage = true,
});