aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/psyc.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-03-12 16:39:41 +0000
committerGabor X Toth <*@tg-x.net>2014-03-12 16:39:41 +0000
commitdbdb091b11204e1e1caaa3f4260bb6cf1168cbd2 (patch)
tree23d24f1cd487b68d0fcb30f015c4f7f6ef9a015d /src/psyc/psyc.h
parent1bf8c98f6d843f30e9abfa6dde31e31e50170c06 (diff)
downloadgnunet-dbdb091b11204e1e1caaa3f4260bb6cf1168cbd2.tar.gz
gnunet-dbdb091b11204e1e1caaa3f4260bb6cf1168cbd2.zip
PSYC: in-order delivery of fragments; tests for large messages
Cache message received fragments from multicast and deliver them in the correct order to clients. Test messages with large modifier and data payloads.
Diffstat (limited to 'src/psyc/psyc.h')
-rw-r--r--src/psyc/psyc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/psyc/psyc.h b/src/psyc/psyc.h
index 1ffda5d08..940412a32 100644
--- a/src/psyc/psyc.h
+++ b/src/psyc/psyc.h
@@ -31,8 +31,8 @@
31#include "gnunet_psyc_service.h" 31#include "gnunet_psyc_service.h"
32 32
33 33
34int 34uint16_t
35GNUNET_PSYC_check_message_parts (uint16_t data_size, const char *data); 35GNUNET_PSYC_message_last_part (uint16_t data_size, const char *data);
36 36
37void 37void
38GNUNET_PSYC_log_message (enum GNUNET_ErrorType kind, 38GNUNET_PSYC_log_message (enum GNUNET_ErrorType kind,