GNUnet 0.21.1
namecache.h File Reference

common internal definitions for namecache service More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GNUNET_NAMECACHE_Header
 Generic namecache message with op id. More...
 
struct  LookupBlockMessage
 Lookup a block in the namecache. More...
 
struct  LookupBlockResponseMessage
 Lookup response. More...
 
struct  BlockCacheMessage
 Cache a record in the namecache. More...
 
struct  BlockCacheResponseMessage
 Response to a request to cache a block. More...
 

Macros

#define MAX_NAME_LEN   256
 Maximum length of any name, including 0-termination. More...
 

Detailed Description

common internal definitions for namecache service

Author
Matthias Wachs
Christian Grothoff

Definition in file namecache.h.

Macro Definition Documentation

◆ MAX_NAME_LEN

#define MAX_NAME_LEN   256

Maximum length of any name, including 0-termination.

Definition at line 33 of file namecache.h.