Go to the source code of this file.
Data Structures | |
struct | GNUNET_DHT_ClientGetStopMessage |
Message which indicates the DHT should cancel outstanding requests and discard any state. More... | |
struct | GNUNET_DHT_ClientGetMessage |
DHT GET message sent from clients to service. More... | |
struct | GNUNET_DHT_ClientGetResultSeenMessage |
DHT GET RESULTS KNOWN message sent from clients to service. More... | |
struct | GNUNET_DHT_ClientResultMessage |
Reply to a GET send from the service to a client. More... | |
struct | GNUNET_DHT_ClientPutMessage |
Message to insert data into the DHT, sent from clients to DHT service. More... | |
struct | GNUNET_DHT_MonitorPutMessage |
Message to monitor put requests going through peer, DHT service -> clients. More... | |
struct | GNUNET_DHT_MonitorStartStopMessage |
Message to request monitoring messages, clients -> DHT service. More... | |
struct | GNUNET_DHT_MonitorGetMessage |
Message to monitor get requests going through peer, DHT service -> clients. More... | |
struct | GNUNET_DHT_MonitorGetRespMessage |
Message to monitor get results going through peer, DHT service -> clients. More... | |
struct | PeerPutMessage |
P2P PUT message. More... | |
Macros | |
#define | DHT_BLOOM_SIZE 128 |
Size of the bloom filter the DHT uses to filter peers. More... | |
Definition in file dht.h.