aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_communication_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-30 04:21:34 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-30 04:21:34 +0100
commit30e26ce0cee2a9b13f5aa0850be48c14bafb2e87 (patch)
treec3c16ad28dd17015fc0e7aecdd05dba10f4d6b74 /src/include/gnunet_transport_communication_service.h
parentea7d98e90d841200c2eb8cee31910b5bfa484880 (diff)
downloadgnunet-30e26ce0cee2a9b13f5aa0850be48c14bafb2e87.tar.gz
gnunet-30e26ce0cee2a9b13f5aa0850be48c14bafb2e87.zip
get UDP communicator to compile
Diffstat (limited to 'src/include/gnunet_transport_communication_service.h')
-rw-r--r--src/include/gnunet_transport_communication_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_communication_service.h b/src/include/gnunet_transport_communication_service.h
index b69cbbe06..b3dfccc9a 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.h
@@ -99,7 +99,7 @@ enum GNUNET_TRANSPORT_CommunicatorCharacteristics {
99 /** 99 /**
100 * Transmission is unreliable (i.e. UDP) 100 * Transmission is unreliable (i.e. UDP)
101 */ 101 */
102 GNUNET_TRANSPORT_CC_UNRELIABILE = 2 102 GNUNET_TRANSPORT_CC_UNRELIABLE = 2
103 103
104}; 104};
105 105