aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-07 23:20:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-07 23:20:11 +0000
commitc2df6481757fd97c9580d8a12d2ffa9489c3be91 (patch)
tree553d9efd6b1978082f2ab9f5b84fa0c4ad39fb78 /src/include/gnunet_applications.h
parent634c4e3796696548438a9b36b74ea19ba380d18c (diff)
downloadgnunet-c2df6481757fd97c9580d8a12d2ffa9489c3be91.tar.gz
gnunet-c2df6481757fd97c9580d8a12d2ffa9489c3be91.zip
-towards handling client requests
Diffstat (limited to 'src/include/gnunet_applications.h')
-rw-r--r--src/include/gnunet_applications.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h
index d11d4b0f2..d9df78d33 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -75,6 +75,16 @@ extern "C"
75 */ 75 */
76#define GNUNET_APPLICATION_TYPE_GNUNET_SEARCH 7 76#define GNUNET_APPLICATION_TYPE_GNUNET_SEARCH 7
77 77
78/**
79 * Internet IPv4 gateway (any TCP/UDP/ICMP).
80 */
81#define GNUNET_APPLICATION_TYPE_IPV4_GATEWAY 16
82
83/**
84 * Internet IPv6 gateway (any TCP/UDP/ICMP).
85 */
86#define GNUNET_APPLICATION_TYPE_IPV6_GATEWAY 17
87
78 88
79#if 0 /* keep Emacsens' auto-indent happy */ 89#if 0 /* keep Emacsens' auto-indent happy */
80{ 90{