doxy
[oweals/gnunet.git] / src / include / gnunet_constants.h
index 0fc63a526e3f34b67824cf748d65a653192f270f..93eec8ded22bed6e3eb1f9e90c676aa11ee54d44 100644 (file)
@@ -97,6 +97,13 @@ extern "C"
  */
 #define GNUNET_CONSTANTS_IDLE_LOAD_THRESHOLD 70
 
+/**
+ * For how long do we allow unused bandwidth
+ * from the past to carry over into the future? (in seconds)
+ */
+#define GNUNET_CONSTANTS_MAX_BANDWIDTH_CARRY_S 5
+
+
 /**
  * After how long do we expire an address in a HELLO that we just
  * validated?  This value is also used for our own addresses when we
@@ -109,7 +116,7 @@ extern "C"
  * Size of the 'struct EncryptedMessage' of the core (which
  * is the per-message overhead of the core).
  */
-#define GNUNET_CONSTANTS_CORE_SIZE_ENCRYPTED_MESSAGE (24 + sizeof (GNUNET_HashCode))
+#define GNUNET_CONSTANTS_CORE_SIZE_ENCRYPTED_MESSAGE (24 + sizeof (struct GNUNET_HashCode))
 
 /**
  * Size of the 'struct OutboundMessage' of the transport