From ff10602f5ab7df06dc850206159e76bd7a7891ea Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 22 Jan 2019 22:55:05 +0100 Subject: working on crazy fragmentation logic --- src/transport/transport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/transport/transport.h') 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 * in either case, it is now OK for this client to * send us another message for the given peer. */ - uint32_t success GNUNET_PACKED; + uint16_t success GNUNET_PACKED; /** * Size of message sent */ - uint32_t bytes_msg GNUNET_PACKED; + uint16_t bytes_msg GNUNET_PACKED; /** * Size of message sent over wire -- cgit v1.2.3