UNPKG

wikimedia-kad-fork

Version:

implementation of the kademlia dht for node

11 lines (8 loc) 162 B
/** * @module kad/contacts */ 'use strict'; module.exports = { /** {@link AddressPortContact} */ AddressPortContact: require('./address-port-contact') };