GCCH_2s (ch),
(unsigned int) ntohl (crm->data_message->mid.mid),
ch->pending_messages);
+ if (NULL != crm->qe)
+ {
+ GCT_send_cancel (crm->qe);
+ crm->qe = NULL;
+ }
GNUNET_free (crm->data_message);
GNUNET_free (crm);
send_ack_to_client (ch,
{
handle_matching_ack (ch,
crm);
+ found = GNUNET_YES;
continue;
}
delta = (unsigned int) (ntohl (crm->data_message->mid.mid) - mid_base) - 1;
if (delta >= 64)
continue;
if (0 != (mid_mask & (1LLU << delta)))
+ {
handle_matching_ack (ch,
crm);
+ found = GNUNET_YES;
+ }
}
if (GNUNET_NO == found)
{
element, \
head)) ) \
{ \
- /* insert at head, e;e,emt < head */ \
+ /* insert at head, element < head */ \
GNUNET_CONTAINER_DLL_insert (head, \
tail, \
element); \