aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/enums/dht.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet/enums/dht.go')
-rw-r--r--src/gnunet/enums/dht.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnunet/enums/dht.go b/src/gnunet/enums/dht.go
index 040e72f..ac04244 100644
--- a/src/gnunet/enums/dht.go
+++ b/src/gnunet/enums/dht.go
@@ -26,6 +26,8 @@ const (
26 DHT_RO_RECORD_ROUTE = 2 // keep track of the route that the message took in the P2P network. 26 DHT_RO_RECORD_ROUTE = 2 // keep track of the route that the message took in the P2P network.
27 DHT_RO_FIND_APPROXIMATE = 4 // Approximate results are fine. 27 DHT_RO_FIND_APPROXIMATE = 4 // Approximate results are fine.
28 DHT_RO_TRUNCATED = 8 // Flag if path is truncated 28 DHT_RO_TRUNCATED = 8 // Flag if path is truncated
29
30 DHT_RO_DISCOVERY = 32768 // Peer discovery
29) 31)
30 32
31//go:generate go run generate.go gnunet-dht.rec gnunet-dht.tpl dht_block_type.go 33//go:generate go run generate.go gnunet-dht.rec gnunet-dht.tpl dht_block_type.go