aboutsummaryrefslogtreecommitdiff
path: root/gnunet-dht-block-types/gnunet_dht_block_types.rst
blob: 48a01ec20ceaa8be804563eb053b990c543276ab (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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
Registry for GNU Name System record types
-----------------------------------------




=================== ===========================================================
               GNUNET_BLOCK_TYPE_ANY
-------------------------------------------------------------------------------
Name                0
Comment             Identifier for any block.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_FS_DBLOCK
-------------------------------------------------------------------------------
Name                1
Comment             Data block (leaf) in the CHK tree.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_FS_IBLOCK
-------------------------------------------------------------------------------
Name                2
Comment             Inner block in the CHK tree.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_FS_ONDEMAND
-------------------------------------------------------------------------------
Name                6
Comment             Type of a block representing a block to be encoded on demand from disk. Should never appear on the network directly.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_DHT_HELLO
-------------------------------------------------------------------------------
Name                7
Comment             Type of a block that contains a HELLO for a peer.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_TEST
-------------------------------------------------------------------------------
Name                8
Comment             Block for testing.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_FS_UBLOCK
-------------------------------------------------------------------------------
Name                9
Comment             Type of a block representing any type of search result (universal).
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_DNS
-------------------------------------------------------------------------------
Name                10
Comment             Block for storing DNS exit service advertisements.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_GNS_NAMERECORD
-------------------------------------------------------------------------------
Name                11
Comment             Block for storing GNS record data.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_REVOCATION
-------------------------------------------------------------------------------
Name                12
Comment             Block type for a revocation message by which a key is revoked.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_DHT_URL_HELLO
-------------------------------------------------------------------------------
Name                13
Comment             Type of a block that contains a DHT-NG HELLO for a peer.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_REGEX
-------------------------------------------------------------------------------
Name                22
Comment             Block to store a cadet regex state
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_REGEX_ACCEPT
-------------------------------------------------------------------------------
Name                23
Comment             Block to store a cadet regex accepting state
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_SET_TEST
-------------------------------------------------------------------------------
Name                24
Comment             Block for testing set/consensus.  If first byte of the block is non-zero, the block is considered invalid.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_CONSENSUS_ELEMENT
-------------------------------------------------------------------------------
Name                25
Comment             Block type for consensus elements. Contains either special marker elements or a nested block.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_SETI_TEST
-------------------------------------------------------------------------------
Name                26
Comment             Block for testing set intersection.  If first byte of the block is non-zero, the block is considered invalid.
=================== ===========================================================



=================== ===========================================================
               GNUNET_BLOCK_TYPE_SETU_TEST
-------------------------------------------------------------------------------
Name                27
Comment             Block for testing set union.  If first byte of the block is non-zero, the block is considered invalid.
=================== ===========================================================