#include <dht_service.h>
|
| virtual | ~DhtService ()=default |
| |
| virtual DhtClient * | dht_client ()=0 |
| | The primary live DHT client (IPv4 preferred, IPv6 as fallback), or nullptr if neither family is currently up.
|
| |
Definition at line 28 of file dht_service.h.
◆ ~DhtService()
| virtual librats::DhtService::~DhtService |
( |
| ) |
|
|
virtualdefault |
◆ dht_client()
| virtual DhtClient * librats::DhtService::dht_client |
( |
| ) |
|
|
pure virtual |
The primary live DHT client (IPv4 preferred, IPv6 as fallback), or nullptr if neither family is currently up.
Implemented in librats::DhtDiscovery.
The documentation for this struct was generated from the following file: