move bloomfilter recalculation to block library
[oweals/gnunet.git] / src / include / gnunet_protocols.h
1 /*
2      This file is part of GNUnet.
3      (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 Christian Grothoff (and other contributing authors)
4
5      GNUnet is free software; you can redistribute it and/or modify
6      it under the terms of the GNU General Public License as published
7      by the Free Software Foundation; either version 2, or (at your
8      option) any later version.
9
10      GNUnet is distributed in the hope that it will be useful, but
11      WITHOUT ANY WARRANTY; without even the implied warranty of
12      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13      General Public License for more details.
14
15      You should have received a copy of the GNU General Public License
16      along with GNUnet; see the file COPYING.  If not, write to the
17      Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18      Boston, MA 02111-1307, USA.
19 */
20
21 /**
22  * @file include/gnunet_protocols.h
23  * @brief constants for network protocols
24  * @author Christian Grothoff
25  */
26
27 #ifndef GNUNET_PROTOCOLS_H
28 #define GNUNET_PROTOCOLS_H
29
30 #ifdef __cplusplus
31 extern "C"
32 {
33 #if 0                           /* keep Emacsens' auto-indent happy */
34 }
35 #endif
36 #endif
37
38 /*******************************************************************************
39  * UTIL message types
40  ******************************************************************************/
41
42 /**
43  * Test if service is online.
44  */
45 #define GNUNET_MESSAGE_TYPE_TEST 1
46
47 /*******************************************************************************
48  * RESOLVER message types
49  ******************************************************************************/
50
51 /**
52  * Request DNS resolution.
53  */
54 #define GNUNET_MESSAGE_TYPE_RESOLVER_REQUEST 4
55
56 /**
57  * Response to a DNS resolution request.
58  */
59 #define GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE 5
60
61 /*******************************************************************************
62  * ARM message types
63  ******************************************************************************/
64
65 /**
66  * Request to ARM to start a service.
67  */
68 #define GNUNET_MESSAGE_TYPE_ARM_START 8
69
70 /**
71  * Request to ARM to stop a service.
72  */
73 #define GNUNET_MESSAGE_TYPE_ARM_STOP 9
74
75 /**
76  * Response from ARM: service is now up.
77  */
78 #define GNUNET_MESSAGE_TYPE_ARM_IS_UP 10
79
80 /**
81  * Response from ARM: service is now down.
82  * (failed to start it or shut it down).
83  */
84 #define GNUNET_MESSAGE_TYPE_ARM_IS_DOWN 11
85
86 /**
87  * Response from ARM: service status is unknown.
88  */
89 #define GNUNET_MESSAGE_TYPE_ARM_IS_UNKNOWN 12
90
91 /**
92  * Request ARM service shutdown.
93  */
94 #define GNUNET_MESSAGE_TYPE_ARM_SHUTDOWN 13
95
96 /**
97  * Acknowledge service shutting down, disconnect
98  * indicates service stopped.
99  */
100 #define GNUNET_MESSAGE_TYPE_ARM_SHUTDOWN_ACK 14
101
102 /*******************************************************************************
103  * HELLO message types
104  ******************************************************************************/
105
106 /**
107  * HELLO message used for communicating peer addresses.
108  * Managed by libgnunethello.
109  */
110 #define GNUNET_MESSAGE_TYPE_HELLO 16
111
112 /*******************************************************************************
113  * FRAGMENTATION message types
114  ******************************************************************************/
115
116 /**
117  * FRAGMENT of a larger message.
118  * Managed by libgnunetfragment.
119  */
120 #define GNUNET_MESSAGE_TYPE_FRAGMENT 18
121
122 /**
123  * Acknowledgement of a FRAGMENT of a larger message.
124  * Managed by libgnunetfragment.
125  */
126 #define GNUNET_MESSAGE_TYPE_FRAGMENT_ACK 19
127
128 /*******************************************************************************
129  * TRANSPORT message types
130  ******************************************************************************/
131
132 /**
133  * Message from the core saying that the transport
134  * server should start giving it messages.  This
135  * should automatically trigger the transmission of
136  * a HELLO message.
137  */
138 #define GNUNET_MESSAGE_TYPE_TRANSPORT_START 20
139
140 /**
141  * Message from TRANSPORT notifying about a
142  * client that connected to us.
143  */
144 #define GNUNET_MESSAGE_TYPE_TRANSPORT_CONNECT 21
145
146 /**
147  * Message from TRANSPORT notifying about a
148  * client that disconnected from us.
149  */
150 #define GNUNET_MESSAGE_TYPE_TRANSPORT_DISCONNECT 22
151
152 /**
153  * Request to TRANSPORT to transmit a message.
154  */
155 #define GNUNET_MESSAGE_TYPE_TRANSPORT_SEND 23
156
157 /**
158  * Confirmation from TRANSPORT that message for transmission has been
159  * queued (and that the next message to this peer can now be passed to
160  * the service).  Note that this confirmation does NOT imply that the
161  * message was fully transmitted.
162  */
163 #define GNUNET_MESSAGE_TYPE_TRANSPORT_SEND_OK 24
164
165 /**
166  * Message from TRANSPORT notifying about a
167  * message that was received.
168  */
169 #define GNUNET_MESSAGE_TYPE_TRANSPORT_RECV 25
170
171 /**
172  * Message telling transport to limit its receive rate.
173  */
174 #define GNUNET_MESSAGE_TYPE_TRANSPORT_SET_QUOTA 26
175
176 /**
177  * Request to look addresses of peers in server.
178  */
179 #define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_LOOKUP 27
180
181 /**
182  * Response to the address lookup request.
183  */
184 #define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_REPLY 28
185
186 /**
187  * Register a client that wants to do blacklisting.
188  */
189 #define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_INIT 29
190
191 /**
192  * Query to a blacklisting client (is this peer blacklisted)?
193  */
194 #define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_QUERY 30
195
196 /**
197  * Reply from blacklisting client (answer to blacklist query).
198  */
199 #define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_REPLY 31
200
201 /**
202  * Transport PING message
203  */
204 #define GNUNET_MESSAGE_TYPE_TRANSPORT_PING 32
205
206 /**
207  * Transport PONG message
208  */
209 #define GNUNET_MESSAGE_TYPE_TRANSPORT_PONG 33
210
211 /**
212  * Message for transport service from a client asking that a
213  * connection be initiated with another peer.
214  */
215 #define GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_CONNECT 34
216
217 /**
218  * Transport CONNECT message exchanged between transport services to
219  * indicate that a session should be marked as 'connected'.
220  */
221 #define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_CONNECT 35
222
223 /**
224  * Transport DISCONNECT message exchanged between transport services to
225  * indicate that a connection should be dropped.
226  */
227 #define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_DISCONNECT 36
228
229 /**
230  * Request to look up addresses of peers.
231  */
232 #define GNUNET_MESSAGE_TYPE_TRANSPORT_PEER_ADDRESS_LOOKUP 37
233
234 /**
235  * Request to iterate over all known addresses.
236  */
237 #define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_ITERATE 38
238
239 /**
240  * Message send by a peer to notify the other to keep the session alive.
241  */
242 #define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE 39
243
244 /*******************************************************************************
245  * Transport-WLAN message types
246  ******************************************************************************/
247
248 /**
249  * Type of messages between the gnunet-wlan-helper and the daemon
250  *
251  */
252 #define GNUNET_MESSAGE_TYPE_WLAN_HELPER_DATA 40
253
254 /**
255  * Control messages between the gnunet-wlan-helper and the daemon
256  */
257
258 #define GNUNET_MESSAGE_TYPE_WLAN_HELPER_CONTROL 41
259
260 /**
261  * Type of messages for advertisement over wlan
262  */
263 #define GNUNET_MESSAGE_TYPE_WLAN_ADVERTISEMENT 42
264
265 /**
266  * Type of messages for data over the wlan
267  */
268 #define GNUNET_MESSAGE_TYPE_WLAN_DATA 43
269
270
271 /*******************************************************************************
272  * Transport-DV message types
273  ******************************************************************************/
274
275 /**
276  * DV service to DV Plugin message, when a message is
277  * unwrapped by the DV service and handed to the plugin
278  * for processing
279  */
280 #define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_RECEIVE 44
281
282 /**
283  * DV Plugin to DV service message, indicating a message
284  * should be sent out.
285  */
286 #define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_SEND 45
287
288 /**
289  * DV service to DV api message, containing a confirmation
290  * or failure of a DV_SEND message.
291  */
292 #define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_SEND_RESULT 46
293
294 /**
295  * P2P DV message encapsulating some real message
296  */
297 #define GNUNET_MESSAGE_TYPE_DV_DATA 47
298
299 /**
300  * P2P DV message gossipping peer information
301  */
302 #define GNUNET_MESSAGE_TYPE_DV_GOSSIP 48
303
304 /**
305  * DV Plugin to DV service message, indicating
306  * startup.
307  */
308 #define GNUNET_MESSAGE_TYPE_DV_START 49
309
310 /**
311  * P2P DV message notifying connected peers of a disconnect
312  */
313 #define GNUNET_MESSAGE_TYPE_DV_DISCONNECT 50
314
315 /*******************************************************************************
316  * Transport-UDP message types
317  ******************************************************************************/
318
319 /**
320  * Normal UDP message type.
321  */
322 #define GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_MESSAGE 56
323
324 /**
325  * UDP ACK.
326  */
327 #define GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_ACK 57
328
329 /*******************************************************************************
330  * Transport-TCP message types
331  ******************************************************************************/
332
333 /**
334  * TCP NAT probe message, send from NAT'd peer to
335  * other peer to establish bi-directional communication
336  */
337 #define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_NAT_PROBE 60
338
339 /**
340  * Welcome message between TCP transports.
341  */
342 #define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME 61
343
344 /**
345  * Message to force transport to update bandwidth assignment (LEGACY)
346  */
347 #define GNUNET_MESSAGE_TYPE_TRANSPORT_ATS 62
348
349 /*******************************************************************************
350  * NAT message types
351  ******************************************************************************/
352
353 /**
354  * Message to ask NAT server to perform traversal test
355  */
356 #define GNUNET_MESSAGE_TYPE_NAT_TEST 63
357
358 /*******************************************************************************
359  * CORE message types
360  ******************************************************************************/
361
362 /**
363  * Initial setup message from core client to core.
364  */
365 #define GNUNET_MESSAGE_TYPE_CORE_INIT 64
366
367 /**
368  * Response from core to core client to INIT message.
369  */
370 #define GNUNET_MESSAGE_TYPE_CORE_INIT_REPLY 65
371
372 /**
373  * Notify clients about new peer-to-peer connections (before
374  * key exchange and authentication).
375  */
376 #define GNUNET_MESSAGE_TYPE_CORE_NOTIFY_PRE_CONNECT 66
377
378 /**
379  * Notify clients about new peer-to-peer connections (triggered
380  * after key exchange).
381  */
382 #define GNUNET_MESSAGE_TYPE_CORE_NOTIFY_CONNECT 67
383
384 /**
385  * Notify clients about peer disconnecting.
386  */
387 #define GNUNET_MESSAGE_TYPE_CORE_NOTIFY_DISCONNECT 68
388
389 /**
390  * Notify clients about peer status change.
391  */
392 #define GNUNET_MESSAGE_TYPE_CORE_NOTIFY_STATUS_CHANGE 69
393
394 /**
395  * Notify clients about incoming P2P messages.
396  */
397 #define GNUNET_MESSAGE_TYPE_CORE_NOTIFY_INBOUND 70
398
399 /**
400  * Notify clients about outgoing P2P transmissions.
401  */
402 #define GNUNET_MESSAGE_TYPE_CORE_NOTIFY_OUTBOUND 71
403
404 /**
405  * Request from client to "configure" P2P connection.
406  */
407 #define GNUNET_MESSAGE_TYPE_CORE_REQUEST_INFO 72
408
409 /**
410  * Response from server about (possibly updated) P2P
411  * connection configuration.
412  */
413 #define GNUNET_MESSAGE_TYPE_CORE_CONFIGURATION_INFO 73
414
415 /**
416  * Request from client to transmit message.
417  */
418 #define GNUNET_MESSAGE_TYPE_CORE_SEND_REQUEST 74
419
420 /**
421  * Confirmation from core that message can now be sent
422  */
423 #define GNUNET_MESSAGE_TYPE_CORE_SEND_READY 75
424
425 /**
426  * Client with message to transmit (after SEND_READY confirmation
427  * was received).
428  */
429 #define GNUNET_MESSAGE_TYPE_CORE_SEND 76
430
431 /**
432  * Request from client asking to connect to a peer.
433  */
434 #define GNUNET_MESSAGE_TYPE_CORE_REQUEST_CONNECT 77
435
436 /**
437  * Request for peer iteration from CORE service.
438  */
439 #define GNUNET_MESSAGE_TYPE_CORE_ITERATE_PEERS 78
440
441 /**
442  * Last reply from core to request for peer iteration from CORE service.
443  */
444 #define GNUNET_MESSAGE_TYPE_CORE_ITERATE_PEERS_END 79
445
446 /**
447  * Check whether a given peer is currently connected to CORE.
448  */
449 #define GNUNET_MESSAGE_TYPE_CORE_PEER_CONNECTED 80
450
451 /**
452  * Session key exchange between peers.
453  */
454 #define GNUNET_MESSAGE_TYPE_CORE_SET_KEY 81
455
456 /**
457  * Encapsulation for an encrypted message between peers.
458  */
459 #define GNUNET_MESSAGE_TYPE_CORE_ENCRYPTED_MESSAGE 82
460
461 /**
462  * Check that other peer is alive (challenge).
463  */
464 #define GNUNET_MESSAGE_TYPE_CORE_PING 83
465
466 /**
467  * Confirmation that other peer is alive.
468  */
469 #define GNUNET_MESSAGE_TYPE_CORE_PONG 84
470
471 /**
472  * Request by the other peer to terminate the connection.
473  */
474 #define GNUNET_MESSAGE_TYPE_CORE_HANGUP 85
475
476 /**
477  * gzip-compressed type map of the sender
478  */
479 #define GNUNET_MESSAGE_TYPE_CORE_COMPRESSED_TYPE_MAP 86
480
481 /**
482  * uncompressed type map of the sender
483  */
484 #define GNUNET_MESSAGE_TYPE_CORE_BINARY_TYPE_MAP 87
485
486 /*******************************************************************************
487  * DATASTORE message types
488  ******************************************************************************/
489
490 /**
491  * Message sent by datastore client on join.
492  */
493 #define GNUNET_MESSAGE_TYPE_DATASTORE_RESERVE 92
494
495 /**
496  * Message sent by datastore client on join.
497  */
498 #define GNUNET_MESSAGE_TYPE_DATASTORE_RELEASE_RESERVE 93
499
500 /**
501  * Message sent by datastore to client informing about status
502  * processing a request
503  * (in response to RESERVE, RELEASE_RESERVE, PUT, UPDATE and REMOVE requests).
504  */
505 #define GNUNET_MESSAGE_TYPE_DATASTORE_STATUS 94
506
507 /**
508  * Message sent by datastore client to store data.
509  */
510 #define GNUNET_MESSAGE_TYPE_DATASTORE_PUT 95
511
512 /**
513  * Message sent by datastore client to update data.
514  */
515 #define GNUNET_MESSAGE_TYPE_DATASTORE_UPDATE 96
516
517 /**
518  * Message sent by datastore client to get data.
519  */
520 #define GNUNET_MESSAGE_TYPE_DATASTORE_GET 97
521
522 /**
523  * Message sent by datastore client to get random data.
524  */
525 #define GNUNET_MESSAGE_TYPE_DATASTORE_GET_REPLICATION 98
526
527 /**
528  * Message sent by datastore client to get random data.
529  */
530 #define GNUNET_MESSAGE_TYPE_DATASTORE_GET_ZERO_ANONYMITY 99
531
532 /**
533  * Message sent by datastore to client providing requested data
534  * (in response to GET or GET_RANDOM request).
535  */
536 #define GNUNET_MESSAGE_TYPE_DATASTORE_DATA 100
537
538 /**
539  * Message sent by datastore to client signaling end of matching data.
540  * This message will also be sent for "GET_RANDOM", even though
541  * "GET_RANDOM" returns at most one data item.
542  */
543 #define GNUNET_MESSAGE_TYPE_DATASTORE_DATA_END 101
544
545 /**
546  * Message sent by datastore client to remove data.
547  */
548 #define GNUNET_MESSAGE_TYPE_DATASTORE_REMOVE 102
549
550 /**
551  * Message sent by datastore client to drop the database.
552  */
553 #define GNUNET_MESSAGE_TYPE_DATASTORE_DROP 103
554
555
556 /*******************************************************************************
557  * FS message types
558  ******************************************************************************/
559
560 /**
561  * Message sent by fs client to start indexing.
562  */
563 #define GNUNET_MESSAGE_TYPE_FS_INDEX_START 128
564
565 /**
566  * Affirmative response to a request for start indexing.
567  */
568 #define GNUNET_MESSAGE_TYPE_FS_INDEX_START_OK 129
569
570 /**
571  * Response to a request for start indexing that
572  * refuses.
573  */
574 #define GNUNET_MESSAGE_TYPE_FS_INDEX_START_FAILED 130
575
576 /**
577  * Request from client for list of indexed files.
578  */
579 #define GNUNET_MESSAGE_TYPE_FS_INDEX_LIST_GET 131
580
581 /**
582  * Reply to client with an indexed file name.
583  */
584 #define GNUNET_MESSAGE_TYPE_FS_INDEX_LIST_ENTRY 132
585
586 /**
587  * Reply to client indicating end of list.
588  */
589 #define GNUNET_MESSAGE_TYPE_FS_INDEX_LIST_END 133
590
591 /**
592  * Request from client to unindex a file.
593  */
594 #define GNUNET_MESSAGE_TYPE_FS_UNINDEX 134
595
596 /**
597  * Reply to client indicating unindex receipt.
598  */
599 #define GNUNET_MESSAGE_TYPE_FS_UNINDEX_OK 135
600
601 /**
602  * Client asks FS service to start a (keyword) search.
603  */
604 #define GNUNET_MESSAGE_TYPE_FS_START_SEARCH 136
605
606 /**
607  * P2P request for content (one FS to another).
608  */
609 #define GNUNET_MESSAGE_TYPE_FS_GET 137
610
611 /**
612  * P2P response with content or active migration of content.  Also
613  * used between the service and clients (in response to START_SEARCH).
614  */
615 #define GNUNET_MESSAGE_TYPE_FS_PUT 138
616
617 /**
618  * Peer asks us to stop migrating content towards it for a while.
619  */
620 #define GNUNET_MESSAGE_TYPE_FS_MIGRATION_STOP 139
621
622
623 /*******************************************************************************
624  * DHT message types
625  ******************************************************************************/
626
627 /**
628  * Client wants to store item in DHT.
629  */
630 #define GNUNET_MESSAGE_TYPE_DHT_CLIENT_PUT 142
631
632 /**
633  * Client wants to lookup item in DHT.
634  */
635 #define GNUNET_MESSAGE_TYPE_DHT_CLIENT_GET 143
636
637 /**
638  * Client wants to stop search in DHT.
639  */
640 #define GNUNET_MESSAGE_TYPE_DHT_CLIENT_GET_STOP 144
641
642 /**
643  * Service returns result to client.
644  */
645 #define GNUNET_MESSAGE_TYPE_DHT_CLIENT_RESULT 145
646
647 /**
648  * Peer is storing data in DHT.
649  */
650 #define GNUNET_MESSAGE_TYPE_DHT_P2P_PUT 146
651
652 /**
653  * Peer tries to find data in DHT.
654  */
655 #define GNUNET_MESSAGE_TYPE_DHT_P2P_GET 147
656
657 /**
658  * Data is returned to peer from DHT.
659  */
660 #define GNUNET_MESSAGE_TYPE_DHT_P2P_RESULT 148
661
662 // LEGACY types follow (pre3)......
663
664 /**
665  * Local DHT route request type
666  */
667 #define GNUNET_MESSAGE_TYPE_DHT_LOCAL_ROUTE 142
668
669 /**
670  * Local generic DHT route result type
671  */
672 #define GNUNET_MESSAGE_TYPE_DHT_LOCAL_ROUTE_RESULT 143
673
674 /**
675  * P2P DHT route request type
676  */
677 #define GNUNET_MESSAGE_TYPE_DHT_P2P_ROUTE 144
678
679 /**
680  * P2P DHT route result type
681  */
682 #define GNUNET_MESSAGE_TYPE_DHT_P2P_ROUTE_RESULT 145
683
684 /**
685  * Local generic DHT message stop type
686  */
687 #define GNUNET_MESSAGE_TYPE_DHT_LOCAL_ROUTE_STOP 146
688
689 /**
690  * Local and P2P DHT PUT message
691  * (encapsulated in DHT_ROUTE message)
692  */
693 #define GNUNET_MESSAGE_TYPE_DHT_PUT 147
694
695 /**
696  * Local and P2P DHT GET message
697  * (encapsulated in DHT_ROUTE message)
698  */
699 #define GNUNET_MESSAGE_TYPE_DHT_GET 148
700
701 /**
702  * Local and P2P DHT Get result message
703  */
704 #define GNUNET_MESSAGE_TYPE_DHT_GET_RESULT 149
705
706 /**
707  * Local and P2P DHT find peer message
708  */
709 #define GNUNET_MESSAGE_TYPE_DHT_FIND_PEER 150
710
711 /**
712  * Local and P2P DHT find peer result message
713  */
714 #define GNUNET_MESSAGE_TYPE_DHT_FIND_PEER_RESULT 151
715
716
717 /**
718  * DHT Control message type, for telling the
719  * DHT to alter its current operation somehow.
720  */
721 #define GNUNET_MESSAGE_TYPE_DHT_CONTROL 153
722
723 /**
724  * Local control message type, tells peer to start
725  * issuing malicious GET requests.
726  */
727 #define GNUNET_MESSAGE_TYPE_DHT_MALICIOUS_GET 154
728
729 /**
730  * Local control message type, tells peer to start
731  * issuing malicious PUT requests.
732  */
733 #define GNUNET_MESSAGE_TYPE_DHT_MALICIOUS_PUT 155
734
735 /**
736  * Local control message type, tells peer to start
737  * dropping all requests.
738  */
739 #define GNUNET_MESSAGE_TYPE_DHT_MALICIOUS_DROP  156
740
741 /*******************************************************************************
742  * HOSTLIST message types
743  ******************************************************************************/
744
745 /**
746  * Hostlist advertisement message
747  */
748 #define GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT 160
749
750
751 /*******************************************************************************
752  * STATISTICS message types
753  ******************************************************************************/
754
755 /**
756  * Set a statistical value.
757  */
758 #define GNUNET_MESSAGE_TYPE_STATISTICS_SET 168
759
760 /**
761  * Get a statistical value(s).
762  */
763 #define GNUNET_MESSAGE_TYPE_STATISTICS_GET 169
764
765 /**
766  * Response to a STATISTICS_GET message (with value).
767  */
768 #define GNUNET_MESSAGE_TYPE_STATISTICS_VALUE 170
769
770 /**
771  * Response to a STATISTICS_GET message (end of value stream).
772  */
773 #define GNUNET_MESSAGE_TYPE_STATISTICS_END 171
774
775 /**
776  * Watch changes to a statistical value.  Message format is the same
777  * as for GET, except that the subsystem and entry name must be given.
778  */
779 #define GNUNET_MESSAGE_TYPE_STATISTICS_WATCH 172
780
781 /**
782  * Changes to a watched value.
783  */
784 #define GNUNET_MESSAGE_TYPE_STATISTICS_WATCH_VALUE 173
785
786
787 /*******************************************************************************
788  * VPN message types
789  ******************************************************************************/
790
791 /**
792  * Type of messages between the gnunet-vpn-helper and the daemon
793  */
794 #define GNUNET_MESSAGE_TYPE_VPN_HELPER 185
795
796 /**
797  * Type of messages containing an UDP packet for a service
798  */
799 #define GNUNET_MESSAGE_TYPE_VPN_SERVICE_UDP 186
800
801 /**
802  * Type of messages containing an UDP packet from a service
803  */
804 #define GNUNET_MESSAGE_TYPE_VPN_SERVICE_UDP_BACK 187
805
806 /**
807  * Type of messages containing an TCP packet for a service
808  */
809 #define GNUNET_MESSAGE_TYPE_VPN_SERVICE_TCP 188
810
811 /**
812  * Type of messages containing an TCP packet from a service
813  */
814 #define GNUNET_MESSAGE_TYPE_VPN_SERVICE_TCP_BACK 189
815
816 /**
817  * Type of messages containing an UDP packet for a remote host
818  */
819 #define GNUNET_MESSAGE_TYPE_VPN_REMOTE_UDP 190
820
821 /**
822  * Type of messages containing an UDP packet from a remote host
823  */
824 #define GNUNET_MESSAGE_TYPE_VPN_REMOTE_UDP_BACK 191
825
826 /**
827  * Type of messages containing an TCP packet for a remote host
828  */
829 #define GNUNET_MESSAGE_TYPE_VPN_REMOTE_TCP 192
830
831 /**
832  * Type of messages containing an TCP packet from a remote host
833  */
834 #define GNUNET_MESSAGE_TYPE_VPN_REMOTE_TCP_BACK 193
835
836
837 /*******************************************************************************
838  * VPN-DNS message types
839  ******************************************************************************/
840
841 /**
842  * Type of messages to query the local service-dns
843  */
844 #define GNUNET_MESSAGE_TYPE_VPN_DNS_LOCAL_QUERY_DNS 205
845 /**
846  * Type of messages the local service-dns responds with
847  */
848 #define GNUNET_MESSAGE_TYPE_VPN_DNS_LOCAL_RESPONSE_DNS 206
849 /**
850  * Type of messages to instruct the local service-dns to rehijack the dns
851  */
852 #define GNUNET_MESSAGE_TYPE_REHIJACK 207
853 /**
854  * Type of messages to send a DNS-query to another peer
855  */
856 #define GNUNET_MESSAGE_TYPE_VPN_REMOTE_QUERY_DNS 208
857 /**
858  * Type of messages to send a DNS-answer to another peer
859  */
860 #define GNUNET_MESSAGE_TYPE_VPN_REMOTE_ANSWER_DNS 209
861
862
863
864 /*******************************************************************************
865  * MESH message types
866  ******************************************************************************/
867
868 /**
869  * Type of message used to transport messages throug a MESH-tunnel (LEGACY)
870  */
871 #define GNUNET_MESSAGE_TYPE_MESH 215
872
873 /**
874  * Type of message used to send another peer which messages we want to receive
875  * through a mesh-tunnel (LEGACY)
876  */
877 #define GNUNET_MESSAGE_TYPE_MESH_HELLO 216
878
879
880 /**
881  * Request the creation of a path
882  */
883 #define GNUNET_MESSAGE_TYPE_MESH_PATH_CREATE            256
884
885 /**
886  * Request the modification of an existing path
887  */
888 #define GNUNET_MESSAGE_TYPE_MESH_PATH_CHANGE            257
889
890 /**
891  * Request the addition to a new branch to a path
892  */
893 #define GNUNET_MESSAGE_TYPE_MESH_PATH_ADD               258
894
895 /**
896  * At some point, the route will spontaneously change
897  */
898 #define GNUNET_MESSAGE_TYPE_MESH_PATH_CHANGED           259
899
900 /**
901  * Transport data in the mesh (origin->end) unicast
902  */
903 #define GNUNET_MESSAGE_TYPE_MESH_UNICAST                260
904
905 /**
906  * Transport data to all peers in a tunnel
907  */
908 #define GNUNET_MESSAGE_TYPE_MESH_MULTICAST              261
909
910 /**
911  * Transport data back in the mesh (end->origin)
912  */
913 #define GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN              262
914
915 /**
916  * Send origin an ACK that the path is complete
917  */
918 #define GNUNET_MESSAGE_TYPE_MESH_PATH_ACK               263
919
920 /**
921  * We need flow control
922  */
923 #define GNUNET_MESSAGE_TYPE_MESH_SPEED_NOTIFY           270
924
925 /**
926  * Connect to the mesh service, specifying subscriptions
927  */
928 #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_CONNECT          272
929
930 /**
931  * Ask the mesh service to create a new tunnel
932  */
933 #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_CREATE    273
934
935 /**
936  * Ask the mesh service to destroy a tunnel
937  */
938 #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_DESTROY   274
939
940 /**
941  * Ask the mesh service to add a peer to an existing tunnel
942  */
943 #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_ADD         275
944
945 /**
946  * Ask the mesh service to remove a peer from a tunnel
947  */
948 #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_DEL         276
949
950 /**
951  * Ask the mesh service to add a peer offering a service to an existing tunnel
952  */
953 #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_ADD_BY_TYPE 277
954
955 /**
956  * 640kb should be enough for everybody
957  */
958 #define GNUNET_MESSAGE_TYPE_MESH_RESERVE_END            288
959
960
961
962 /*******************************************************************************
963  * CHAT message types START
964  ******************************************************************************/
965
966 /**
967  * Message sent from client to join a chat room.
968  */
969 #define GNUNET_MESSAGE_TYPE_CHAT_JOIN_REQUEST 300
970
971 /**
972  * Message sent to client to indicate joining of another room member.
973  */
974 #define GNUNET_MESSAGE_TYPE_CHAT_JOIN_NOTIFICATION 301
975
976 /**
977  * Message sent to client to indicate leaving of another room member.
978  */
979 #define GNUNET_MESSAGE_TYPE_CHAT_LEAVE_NOTIFICATION 302
980
981 /**
982  * Notification sent by service to client indicating that we've received a chat
983  * message.
984  */
985 #define GNUNET_MESSAGE_TYPE_CHAT_MESSAGE_NOTIFICATION 303
986
987 /**
988  * Request sent by client to transmit a chat message to another room members.
989  */
990 #define GNUNET_MESSAGE_TYPE_CHAT_TRANSMIT_REQUEST 304
991
992 /**
993  * Receipt sent from a message receiver to the service to confirm delivery of
994  * a chat message.
995  */
996 #define GNUNET_MESSAGE_TYPE_CHAT_CONFIRMATION_RECEIPT 305
997
998 /**
999  * Notification sent from the service to the original sender
1000  * to acknowledge delivery of a chat message.
1001  */
1002 #define GNUNET_MESSAGE_TYPE_CHAT_CONFIRMATION_NOTIFICATION 306
1003
1004 /**
1005  * P2P message sent to indicate joining of another room member.
1006  */
1007 #define GNUNET_MESSAGE_TYPE_CHAT_P2P_JOIN_NOTIFICATION 307
1008
1009 /**
1010  * P2P message sent to indicate leaving of another room member.
1011  */
1012 #define GNUNET_MESSAGE_TYPE_CHAT_P2P_LEAVE_NOTIFICATION 308
1013
1014 /**
1015  * P2P message sent to a newly connected peer to request its known clients in
1016  * order to synchronize room members.
1017  */
1018 #define GNUNET_MESSAGE_TYPE_CHAT_P2P_SYNC_REQUEST 309
1019
1020 /**
1021  * Notification sent from one peer to another to indicate that we have received
1022  * a chat message.
1023  */
1024 #define GNUNET_MESSAGE_TYPE_CHAT_P2P_MESSAGE_NOTIFICATION 310
1025
1026 /**
1027  * P2P receipt confirming delivery of a chat message.
1028  */
1029 #define GNUNET_MESSAGE_TYPE_CHAT_P2P_CONFIRMATION_RECEIPT 311
1030
1031
1032 /*******************************************************************************
1033  * NSE (network size estimation) message types
1034  ******************************************************************************/
1035
1036 /**
1037  * client->service message indicating start
1038  */
1039 #define GNUNET_MESSAGE_TYPE_NSE_START 321
1040
1041 /**
1042  * P2P message sent from nearest peer
1043  */
1044 #define GNUNET_MESSAGE_TYPE_NSE_P2P_FLOOD 322
1045
1046 /**
1047  * service->client message indicating
1048  */
1049 #define GNUNET_MESSAGE_TYPE_NSE_ESTIMATE 323
1050
1051
1052 /*******************************************************************************
1053  * PEERINFO message types
1054  ******************************************************************************/
1055
1056 /**
1057  * Request update and listing of a peer.
1058  */
1059 #define GNUNET_MESSAGE_TYPE_PEERINFO_GET 330
1060
1061 /**
1062  * Request update and listing of all peers.
1063  */
1064 #define GNUNET_MESSAGE_TYPE_PEERINFO_GET_ALL 331
1065
1066 /**
1067  * Information about one of the peers.
1068  */
1069 #define GNUNET_MESSAGE_TYPE_PEERINFO_INFO 332
1070
1071 /**
1072  * End of information about other peers.
1073  */
1074 #define GNUNET_MESSAGE_TYPE_PEERINFO_INFO_END 333
1075
1076 /**
1077  * Start notifying this client about all changes to
1078  * the known peers until it disconnects.
1079  */
1080 #define GNUNET_MESSAGE_TYPE_PEERINFO_NOTIFY 334
1081
1082 /*******************************************************************************
1083  * TODO: we need a way to register message types centrally (via some webpage).
1084  * For now: unofficial extensions should start at 48k, internal extensions
1085  * define here should leave some room (4-10 additional messages to the previous
1086  * extension).
1087  ******************************************************************************/
1088
1089 /**
1090  * Type used to match 'all' message types.
1091  */
1092 #define GNUNET_MESSAGE_TYPE_ALL 65535
1093
1094
1095 #if 0                           /* keep Emacsens' auto-indent happy */
1096 {
1097 #endif
1098 #ifdef __cplusplus
1099 }
1100 #endif
1101
1102 /* ifndef GNUNET_PROTOCOLS_H */
1103 #endif
1104 /* end of gnunet_protocols.h */