controller link as operation
[oweals/gnunet.git] / src / include / gnunet_applications.h
index d11d4b0f207e97f5ddf268bedbe94a2500243200..5feaeec6b2f8f27c4e0c189ae1f12d481735e925 100644 (file)
@@ -50,30 +50,16 @@ extern "C"
  */
 #define GNUNET_APPLICATION_TYPE_INTERNET_RESOLVER 2
 
-/**
- * Internet HTTP gateway (port 80).
- */
-#define GNUNET_APPLICATION_TYPE_INTERNET_HTTP_GATEWAY 3
-
-/**
- * Internet HTTPS gateway (port 443).
- */
-#define GNUNET_APPLICATION_TYPE_INTERNET_HTTPS_GATEWAY 4
-
-/**
- * Internet TCP gateway (any port).
- */
-#define GNUNET_APPLICATION_TYPE_INTERNET_TCP_GATEWAY 5
 
 /**
- * Internet UDP gateway (any port).
+ * Internet IPv4 gateway (any TCP/UDP/ICMP).
  */
-#define GNUNET_APPLICATION_TYPE_INTERNET_UDP_GATEWAY 6
+#define GNUNET_APPLICATION_TYPE_IPV4_GATEWAY 16
 
 /**
- * GNUnet VPN Search Engine (searches HTTP sites hosted within GNUnet) [example]
+ * Internet IPv6 gateway (any TCP/UDP/ICMP).
  */
-#define GNUNET_APPLICATION_TYPE_GNUNET_SEARCH 7
+#define GNUNET_APPLICATION_TYPE_IPV6_GATEWAY 17
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */