aboutsummaryrefslogtreecommitdiff
path: root/gnunet-dht-block-types/registry.rec
blob: 793cf1e03d07917446a6f2e963c82b5e77c54c1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# -*- mode: rec -*-
#
# Registry for GNU Name System record types
#

%rec: BlockType
%key: Number
%type: Number int
%mandatory: Number
%typedef: Name_t regexp /^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-]*$/
%type: Name Name_t
%unique: Name
%mandatory: Name
%mandatory: Comment
%allowed: Contact
%allowed: References
%sort: Number Name Contact References

Number: 1
Name: FS_DBLOCK
Comment: Data block (leaf) in the CHK tree.
References: None

Number: 2
Name: FS_IBLOCK
Comment: Inner block in the CHK tree.
References: None

Number: 6
Name: FS_ONDEMAND
Comment: Type of a block representing a block to be encoded on demand from disk. Should never appear on the network directly.
References: None

Number: 7
Name: DHT_HELLO
Comment: Type of a block that contains a HELLO for a peer.
References: None

Number: 8
Name: TEST
Comment: Block for testing.
References: None

Number: 9
Name: FS_UBLOCK
Comment: Type of a block representing any type of search result (universal).
References: None

Number: 10
Name: DNS
Comment: Block for storing DNS exit service advertisements.
References: None

Number: 11
Name: GNS_NAMERECORD
Comment: Block for storing GNS record data.
References: None

Number: 12
Name: REVOCATION
Comment: Block type for a revocation message by which a key is revoked.
References: None

Number: 13
Name: DHT_URL_HELLO
Comment: Type of a block that contains a DHT-NG HELLO for a peer.
References: None

Number: 22
Name: REGEX
Comment: Block to store a cadet regex state
References: None

Number: 23
Name: REGEX_ACCEPT
Comment: Block to store a cadet regex accepting state
References: None

Number: 24
Name: SET_TEST
Comment: Block for testing set/consensus.  If first byte of the block is non-zero, the block is considered invalid.
References: None

Number: 25
Name: CONSENSUS_ELEMENT
Comment: Block type for consensus elements. Contains either special marker elements or a nested block.
References: None