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, 7 insertions, 7 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index ec6d64d9c..16dc9ae9a 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1269,20 +1269,20 @@ extern "C"
1269#define GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_CONNECT 374 1269#define GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_CONNECT 374
1270 1270
1271/** 1271/**
1272 * Transport CONNECT message exchanged between transport services to 1272 * Transport SYN message exchanged between transport services to
1273 * indicate that a session should be marked as 'connected'. 1273 * indicate that a session should be marked as 'connected'.
1274 */ 1274 */
1275#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_CONNECT 375 1275#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_SYN 375
1276 1276
1277/** 1277/**
1278 * Transport CONNECT_ACK message exchanged between transport services to 1278 * Transport SYN_ACK message exchanged between transport services to
1279 * indicate that a CONNECT message was accepted 1279 * indicate that a SYN message was accepted
1280 */ 1280 */
1281#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_CONNECT_ACK 376 1281#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_SYN_ACK 376
1282 1282
1283/** 1283/**
1284 * Transport CONNECT_ACK message exchanged between transport services to 1284 * Transport ACK message exchanged between transport services to
1285 * indicate that a CONNECT message was accepted 1285 * indicate that a SYN_ACK message was accepted
1286 */ 1286 */
1287#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_ACK 377 1287#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_ACK 377
1288 1288