aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-26 12:37:48 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-26 12:37:48 +0000
commit25081ad4af5f056cb17cc3654560a89f7a932540 (patch)
tree4fdaf9824a9d65e773008f0aadf74a0a94027ccb /src/include/gnunet_constants.h
parent6ddb3909c0386efc4cf172eda113dbe904a0f75a (diff)
downloadgnunet-25081ad4af5f056cb17cc3654560a89f7a932540.tar.gz
gnunet-25081ad4af5f056cb17cc3654560a89f7a932540.zip
putting CADET on a diet: proper alignment for AX KX, kill obsolete OTR legacy code
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index 000def902..a40354fb5 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -127,13 +127,13 @@ extern "C"
127 127
128/** 128/**
129 * Size of the CADET message overhead: 129 * Size of the CADET message overhead:
130 * + sizeof (struct GNUNET_CADET_Encrypted) 130 * + sizeof (struct GNUNET_CADET_AX)
131 * + sizeof (struct GNUNET_CADET_Data) 131 * + sizeof (struct GNUNET_CADET_Data)
132 * + sizeof (struct GNUNET_CADET_ACK)) 132 * + sizeof (struct GNUNET_CADET_ACK))
133 * 133 *
134 * Checked for correcteness in gnunet-service-cadet_tunnel.c: GCT_init(). 134 * Checked for correcteness in gnunet-service-cadet_tunnel.c: GCT_init().
135 */ 135 */
136#define GNUNET_CONSTANTS_CADET_P2P_OVERHEAD 132 136#define GNUNET_CONSTANTS_CADET_P2P_OVERHEAD 164
137 137
138/** 138/**
139 * Maximum message size that can be sent on CADET. 139 * Maximum message size that can be sent on CADET.