C# (CSharp) Ipop.Dht Namespace

Nested Namespaces

Ipop.Dht.Service

Classes

Name Description
DhtAddressResolver This class provides a method to do address resolution over the Brunet Dht, where entries are listed in the dht by means of the DhtDHCPServer.
DhtDhcpServer The DhtDhcpLeaseController provides mechanisms to acquire IP Addresses in the Dht. This is responsible for IP Address allocation, hostname reservation, and multicast subscribing, which is done in GetLease.
DhtDns This class provides the ability to lookup names using the Dht. To add a name into the Dht either add a Hostname node into your AddressData node inside the IpopConfig or use another method to publish to the Dht. The format of acceptable hostnames is [a-zA-Z0-9-_\.]*.ipop (i.e. must end in .ipop)
DhtNodeParameters
Runner