3.0.ipv8.test.dht.base
Attributes
Classes
Module Contents
- 3.0.ipv8.test.dht.base.OT
- class 3.0.ipv8.test.dht.base.TestDHTBase(methodName: str = 'runTest')
Bases:
3.0.ipv8.test.base.TestBase[OT]Extension to TestBase that provides common DHT shortcuts.
- dht_node(i: int) 3.0.ipv8.dht.routing.Node
Get the node instance of node i.
- routing_table(i: int) 3.0.ipv8.dht.routing.RoutingTable
Get the routing table of node i.
- storage(i: int) 3.0.ipv8.dht.storage.Storage
Get the storage of node i.