aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index aeb55f99f..ea94645c5 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2810,30 +2810,24 @@ extern "C"
2810#define GNUNET_MESSAGE_TYPE_NAT_ADDRESS_CHANGE 1064 2810#define GNUNET_MESSAGE_TYPE_NAT_ADDRESS_CHANGE 1064
2811 2811
2812/** 2812/**
2813 * Message to from NAT service notifying us that one of our
2814 * "global" IPv4 addresses changed.
2815 */
2816#define GNUNET_MESSAGE_TYPE_NAT_IPV4_CHANGE 1065
2817
2818/**
2819 * Message to ask NAT service to test an address. 2813 * Message to ask NAT service to test an address.
2820 */ 2814 */
2821#define GNUNET_MESSAGE_TYPE_NAT_REQUEST_TEST 1066 2815#define GNUNET_MESSAGE_TYPE_NAT_REQUEST_TEST 1065
2822 2816
2823/** 2817/**
2824 * Message from NAT service with the address test result. 2818 * Message from NAT service with the address test result.
2825 */ 2819 */
2826#define GNUNET_MESSAGE_TYPE_NAT_TEST_RESULT 1067 2820#define GNUNET_MESSAGE_TYPE_NAT_TEST_RESULT 1066
2827 2821
2828/** 2822/**
2829 * Message to ask NAT service to request autoconfiguration. 2823 * Message to ask NAT service to request autoconfiguration.
2830 */ 2824 */
2831#define GNUNET_MESSAGE_TYPE_NAT_REQUEST_AUTO_CFG 1068 2825#define GNUNET_MESSAGE_TYPE_NAT_REQUEST_AUTO_CFG 1067
2832 2826
2833/** 2827/**
2834 * Message from NAT service with the autoconfiguration result. 2828 * Message from NAT service with the autoconfiguration result.
2835 */ 2829 */
2836#define GNUNET_MESSAGE_TYPE_NAT_AUTO_CFG_RESULT 1069 2830#define GNUNET_MESSAGE_TYPE_NAT_AUTO_CFG_RESULT 1068
2837 2831
2838 2832
2839/** 2833/**