aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/message/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet/message/types.go')
-rw-r--r--src/gnunet/message/types.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gnunet/message/types.go b/src/gnunet/message/types.go
index 3b1cf7a..6fa4d3a 100644
--- a/src/gnunet/message/types.go
+++ b/src/gnunet/message/types.go
@@ -16,6 +16,7 @@
16// 16//
17// SPDX-License-Identifier: AGPL3.0-or-later 17// SPDX-License-Identifier: AGPL3.0-or-later
18 18
19//nolint:stylecheck // allow non-camel-case in constants
19package message 20package message
20 21
21// GNUnet message types 22// GNUnet message types
@@ -370,7 +371,7 @@ const (
370 NAMESTORE_MONITOR_START = 441 // Client to service: start monitoring (yields sequence of "ZONE_ITERATION_RESPONSES" --- forever). 371 NAMESTORE_MONITOR_START = 441 // Client to service: start monitoring (yields sequence of "ZONE_ITERATION_RESPONSES" --- forever).
371 NAMESTORE_MONITOR_SYNC = 442 // Service to client: you're now in sync. 372 NAMESTORE_MONITOR_SYNC = 442 // Service to client: you're now in sync.
372 NAMESTORE_RECORD_RESULT = 443 // Service to client: here is a (plaintext) record you requested. 373 NAMESTORE_RECORD_RESULT = 443 // Service to client: here is a (plaintext) record you requested.
373 NAMESTORE_MONITOR_NEXT = 444 // Client to service: I am now ready for the next (set of) monitor events. Monitoring equivlaent of #NAMESTORE_ZONE_ITERATION_NEXT. 374 NAMESTORE_MONITOR_NEXT = 444 // Client to service: I am now ready for the next (set of) monitor events. Monitoring equivalent of #NAMESTORE_ZONE_ITERATION_NEXT.
374 NAMESTORE_ZONE_ITERATION_START = 445 // Client to service: please start iteration; receives "NAMESTORE_LOOKUP_NAME_RESPONSE" messages in return. 375 NAMESTORE_ZONE_ITERATION_START = 445 // Client to service: please start iteration; receives "NAMESTORE_LOOKUP_NAME_RESPONSE" messages in return.
375 NAMESTORE_ZONE_ITERATION_NEXT = 447 // Client to service: next record(s) in iteration please. 376 NAMESTORE_ZONE_ITERATION_NEXT = 447 // Client to service: next record(s) in iteration please.
376 NAMESTORE_ZONE_ITERATION_STOP = 448 // Client to service: stop iterating. 377 NAMESTORE_ZONE_ITERATION_STOP = 448 // Client to service: stop iterating.
@@ -445,7 +446,7 @@ const (
445 CONSENSUS_P2P_ELEMENTS_REQUEST = 544 // Elements, and requests for further elements 446 CONSENSUS_P2P_ELEMENTS_REQUEST = 544 // Elements, and requests for further elements
446 CONSENSUS_P2P_ELEMENTS_REPORT = 545 // Elements that a peer reports to be missing at the remote peer. 447 CONSENSUS_P2P_ELEMENTS_REPORT = 545 // Elements that a peer reports to be missing at the remote peer.
447 CONSENSUS_P2P_HELLO = 546 // Initialization message for consensus p2p communication. 448 CONSENSUS_P2P_HELLO = 546 // Initialization message for consensus p2p communication.
448 CONSENSUS_P2P_SYNCED = 547 // Report that the peer is synced with the partner after successfuly decoding the invertible bloom filter. 449 CONSENSUS_P2P_SYNCED = 547 // Report that the peer is synced with the partner after successfully decoding the invertible bloom filter.
449 CONSENSUS_P2P_FIN = 548 // Interaction os over, got synched and reported all elements 450 CONSENSUS_P2P_FIN = 548 // Interaction os over, got synched and reported all elements
450 CONSENSUS_P2P_ABORT = 548 // Abort a round, don't send requested elements anymore 451 CONSENSUS_P2P_ABORT = 548 // Abort a round, don't send requested elements anymore
451 CONSENSUS_P2P_ROUND_CONTEXT = 547 // Abort a round, don't send requested elements anymore 452 CONSENSUS_P2P_ROUND_CONTEXT = 547 // Abort a round, don't send requested elements anymore