aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_communicator_basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_communicator_basic.c')
-rw-r--r--src/transport/test_communicator_basic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_communicator_basic.c b/src/transport/test_communicator_basic.c
index bba8025af..1658c2151 100644
--- a/src/transport/test_communicator_basic.c
+++ b/src/transport/test_communicator_basic.c
@@ -792,7 +792,7 @@ add_queue_cb (void *cls,
792 return; 792 return;
793 LOG (GNUNET_ERROR_TYPE_DEBUG, 793 LOG (GNUNET_ERROR_TYPE_DEBUG,
794 "Queue established, starting test...\n"); 794 "Queue established, starting test...\n");
795 if (UINT32_MAX != mtu) /* Message header overhead */ 795 if (UINT16_MAX != mtu) /* Message header overhead */
796 long_message_size = mtu - sizeof(struct GNUNET_TRANSPORT_SendMessageTo) 796 long_message_size = mtu - sizeof(struct GNUNET_TRANSPORT_SendMessageTo)
797 - sizeof(struct GNUNET_MessageHeader); 797 - sizeof(struct GNUNET_MessageHeader);
798 else 798 else