summaryrefslogtreecommitdiffstats
path: root/src/methods/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/methods/common.h')
-rw-r--r--src/methods/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/methods/common.h b/src/methods/common.h
index 6be32e9..d3218ae 100644
--- a/src/methods/common.h
+++ b/src/methods/common.h
@@ -30,8 +30,10 @@
#include "../fastd.h"
-#define COMMON_NONCEBYTES 7
+#define COMMON_NONCEBYTES 6
+#define COMMON_FLAGBYTES 1
+#define COMMON_HEADBYTES (COMMON_NONCEBYTES+COMMON_FLAGBYTES)
typedef struct fastd_method_common {
struct timespec valid_till;