aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-tng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-tng.c')
-rw-r--r--src/transport/gnunet-service-tng.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/transport/gnunet-service-tng.c b/src/transport/gnunet-service-tng.c
index 18ec0aa0b..7efe07fda 100644
--- a/src/transport/gnunet-service-tng.c
+++ b/src/transport/gnunet-service-tng.c
@@ -82,7 +82,7 @@
82#include "transport.h" 82#include "transport.h"
83 83
84/** 84/**
85 * Maximum number of FC retransmissions for a runing retransmission task. 85 * Maximum number of FC retransmissions for a running retransmission task.
86 */ 86 */
87#define MAX_FC_RETRANSMIT_COUNT 1000 87#define MAX_FC_RETRANSMIT_COUNT 1000
88 88
@@ -1934,9 +1934,6 @@ struct Queue
1934}; 1934};
1935 1935
1936 1936
1937
1938
1939
1940/** 1937/**
1941 * A neighbour that at least one communicator is connected to. 1938 * A neighbour that at least one communicator is connected to.
1942 */ 1939 */
@@ -9827,7 +9824,7 @@ handle_send_message_ack (void *cls,
9827 (unsigned long long) queue->qid, 9824 (unsigned long long) queue->qid,
9828 (unsigned long long) sma->mid); 9825 (unsigned long long) sma->mid);
9829 qe = qep; 9826 qe = qep;
9830 if ((NULL != qe->pm)&&(qe->pm->qe != qe)) 9827 if ((NULL != qe->pm) && (qe->pm->qe != qe))
9831 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 9828 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
9832 "For pending message %llu we had retransmissions.\n", 9829 "For pending message %llu we had retransmissions.\n",
9833 qe->pm->logging_uuid); 9830 qe->pm->logging_uuid);