|
IBR-DTNSuite
0.8
|
#include "Component.h"#include "Configuration.h"#include "core/Event.h"#include "net/DiscoveryServiceProvider.h"#include <ibrdtn/data/EID.h>#include <ibrcommon/thread/Mutex.h>#include <string>#include <list>#include <dtndht/dtndht.h>

Go to the source code of this file.
Classes | |
| class | dtn::dht::DHTNameService |
Namespaces | |
| namespace | dtn |
| namespace | dtn::dht |
Defines | |
| #define | DHT_RESULTS_EXPIRE_TIMEOUT 600 |
| #define | DHT_PATH_EXPIRE_TIMEOUT 60 |
| #define | DHT_DISCOVERED_NODE_PRIORITY 3 |
| #define DHT_DISCOVERED_NODE_PRIORITY 3 |
Definition at line 13 of file DHTNameService.h.
Referenced by dtn_dht_handle_lookup_result().
| #define DHT_PATH_EXPIRE_TIMEOUT 60 |
Definition at line 12 of file DHTNameService.h.
Referenced by dtn_dht_handle_lookup_result().
| #define DHT_RESULTS_EXPIRE_TIMEOUT 600 |
Definition at line 11 of file DHTNameService.h.
Referenced by dtn_dht_handle_lookup_result().