aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-22 22:55:05 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-22 22:55:05 +0100
commitff10602f5ab7df06dc850206159e76bd7a7891ea (patch)
treeb58cfeacdbd851eeac2cc772ce77fec73bd4760b /src/transport/transport.h
parent25b14e096d09acfee96219de359ecaa0b56e2a34 (diff)
downloadgnunet-ff10602f5ab7df06dc850206159e76bd7a7891ea.tar.gz
gnunet-ff10602f5ab7df06dc850206159e76bd7a7891ea.zip
working on crazy fragmentation logic
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 00d475e2b..6b1a2cac1 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -223,12 +223,12 @@ struct SendOkMessage
223 * in either case, it is now OK for this client to 223 * in either case, it is now OK for this client to
224 * send us another message for the given peer. 224 * send us another message for the given peer.
225 */ 225 */
226 uint32_t success GNUNET_PACKED; 226 uint16_t success GNUNET_PACKED;
227 227
228 /** 228 /**
229 * Size of message sent 229 * Size of message sent
230 */ 230 */
231 uint32_t bytes_msg GNUNET_PACKED; 231 uint16_t bytes_msg GNUNET_PACKED;
232 232
233 /** 233 /**
234 * Size of message sent over wire 234 * Size of message sent over wire