aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-01 10:25:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-01 10:25:59 +0000
commit46ac0cea02fe1949d76b86c7a0750f9e7854fef6 (patch)
tree0aaa8d57f22e97710e540418a7a8ec29af01e653 /src/include
parentf63b18531134a0385ded2cfb9a8f461a027b4130 (diff)
downloadgnunet-46ac0cea02fe1949d76b86c7a0750f9e7854fef6.tar.gz
gnunet-46ac0cea02fe1949d76b86c7a0750f9e7854fef6.zip
finishing gnunet-nat-server
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 000b71f3b..957bcd0eb 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -309,6 +309,11 @@ extern "C"
309#define GNUNET_MESSAGE_TYPE_TRANSPORT_ATS 61 309#define GNUNET_MESSAGE_TYPE_TRANSPORT_ATS 61
310 310
311/** 311/**
312 * Message to ask NAT server to perform traversal test
313 */
314#define GNUNET_MESSAGE_TYPE_NAT_TEST 63
315
316/**
312 * Initial setup message from core client to core. 317 * Initial setup message from core client to core.
313 */ 318 */
314#define GNUNET_MESSAGE_TYPE_CORE_INIT 64 319#define GNUNET_MESSAGE_TYPE_CORE_INIT 64