aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_constants.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2016-10-29 23:46:44 +0000
committerBart Polot <bart@net.in.tum.de>2016-10-29 23:46:44 +0000
commitf7f26f6ca1b76d2734463d4989b9541df48a6773 (patch)
treeefcbc1e51bbe162577b981dd3e601aec81a348a8 /src/include/gnunet_constants.h
parenta3735db333033ccefc95c56148ec3118bf7a0ccd (diff)
downloadgnunet-f7f26f6ca1b76d2734463d4989b9541df48a6773.tar.gz
gnunet-f7f26f6ca1b76d2734463d4989b9541df48a6773.zip
Refactor encrypted traffic handling
- eliminate encapsulation for KX/DATA - simplify cases - remove dead code - Organize message types
Diffstat (limited to 'src/include/gnunet_constants.h')
-rw-r--r--src/include/gnunet_constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_constants.h b/src/include/gnunet_constants.h
index a40354fb5..ef9b27318 100644
--- a/src/include/gnunet_constants.h
+++ b/src/include/gnunet_constants.h
@@ -127,7 +127,7 @@ 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_AX) 130 * = sizeof (struct GNUNET_CADET_Encrypted)
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 *