Class Protocols.Bittorrent.DHT()->FindNode
- Description
FindNode implements the find_node query on the DHT.
Upon completion, the callback given at instance creation will be called and the result can be found in the results array.
For this operation, the results array will contain Node objects. In some cases these objects may also be DHTNode objects, but the callback must not expect this.
- Inherit
DHTOperation
inherit DHTOperation : DHTOperation