aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-10 12:50:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-10 12:50:50 +0000
commit53d8c4ed4dacea3f308303d5cbda2214dca596be (patch)
tree0696f6a9bce99e79185d89d11eecf0eac7afddf2 /src/include
parent815a39088f8f33eece015c371cd4f3a9115f4cc8 (diff)
downloadgnunet-53d8c4ed4dacea3f308303d5cbda2214dca596be.tar.gz
gnunet-53d8c4ed4dacea3f308303d5cbda2214dca596be.zip
kill malicious flag, legacy protocol numbers
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h78
1 files changed, 0 insertions, 78 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 31f6e0b4c..418c9f8ef 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -644,84 +644,6 @@ extern "C"
644 */ 644 */
645#define GNUNET_MESSAGE_TYPE_DHT_P2P_RESULT 148 645#define GNUNET_MESSAGE_TYPE_DHT_P2P_RESULT 148
646 646
647// LEGACY types follow (pre3)......
648
649/**
650 * Local DHT route request type
651 */
652#define GNUNET_MESSAGE_TYPE_DHT_LOCAL_ROUTE 142
653
654/**
655 * Local generic DHT route result type
656 */
657#define GNUNET_MESSAGE_TYPE_DHT_LOCAL_ROUTE_RESULT 143
658
659/**
660 * P2P DHT route request type
661 */
662#define GNUNET_MESSAGE_TYPE_DHT_P2P_ROUTE 144
663
664/**
665 * P2P DHT route result type
666 */
667#define GNUNET_MESSAGE_TYPE_DHT_P2P_ROUTE_RESULT 145
668
669/**
670 * Local generic DHT message stop type
671 */
672#define GNUNET_MESSAGE_TYPE_DHT_LOCAL_ROUTE_STOP 146
673
674/**
675 * Local and P2P DHT PUT message
676 * (encapsulated in DHT_ROUTE message)
677 */
678#define GNUNET_MESSAGE_TYPE_DHT_PUT 147
679
680/**
681 * Local and P2P DHT GET message
682 * (encapsulated in DHT_ROUTE message)
683 */
684#define GNUNET_MESSAGE_TYPE_DHT_GET 148
685
686/**
687 * Local and P2P DHT Get result message
688 */
689#define GNUNET_MESSAGE_TYPE_DHT_GET_RESULT 149
690
691/**
692 * Local and P2P DHT find peer message
693 */
694#define GNUNET_MESSAGE_TYPE_DHT_FIND_PEER 150
695
696/**
697 * Local and P2P DHT find peer result message
698 */
699#define GNUNET_MESSAGE_TYPE_DHT_FIND_PEER_RESULT 151
700
701
702/**
703 * DHT Control message type, for telling the
704 * DHT to alter its current operation somehow.
705 */
706#define GNUNET_MESSAGE_TYPE_DHT_CONTROL 153
707
708/**
709 * Local control message type, tells peer to start
710 * issuing malicious GET requests.
711 */
712#define GNUNET_MESSAGE_TYPE_DHT_MALICIOUS_GET 154
713
714/**
715 * Local control message type, tells peer to start
716 * issuing malicious PUT requests.
717 */
718#define GNUNET_MESSAGE_TYPE_DHT_MALICIOUS_PUT 155
719
720/**
721 * Local control message type, tells peer to start
722 * dropping all requests.
723 */
724#define GNUNET_MESSAGE_TYPE_DHT_MALICIOUS_DROP 156
725 647
726/******************************************************************************* 648/*******************************************************************************
727 * HOSTLIST message types 649 * HOSTLIST message types