aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_communication_service.h
diff options
context:
space:
mode:
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