migrate peerstore to new service MQ API
[oweals/gnunet.git] / src / include / gnunet_constants.h
index 000def9029de81707c0ce877b37a1df61f3e6674..a40354fb5ca380372172f18d91c716d190851319 100644 (file)
@@ -127,13 +127,13 @@ extern "C"
 
 /**
  * Size of the CADET message overhead:
- * + sizeof (struct GNUNET_CADET_Encrypted)
+ * + sizeof (struct GNUNET_CADET_AX)
  * + sizeof (struct GNUNET_CADET_Data)
  * + sizeof (struct GNUNET_CADET_ACK))
  *
  * Checked for correcteness in gnunet-service-cadet_tunnel.c: GCT_init().
  */
-#define GNUNET_CONSTANTS_CADET_P2P_OVERHEAD 132
+#define GNUNET_CONSTANTS_CADET_P2P_OVERHEAD 164
 
 /**
  * Maximum message size that can be sent on CADET.