Browse Source

1

nodeinfo-routing-update
jeka 1 month ago
parent
commit
7400970333
  1. 1
      src/pkt_normalizer.c

1
src/pkt_normalizer.c

@ -247,6 +247,7 @@ static void pn_send_to_etcp(struct PKTNORM* pn) {
queue_data_put(pn->etcp->input_queue, (struct ll_entry*)frag, 0);
// Сбросить структуру (dgram передан во фрагмент, не освобождаем)
pn->data = NULL;
pn->data_ptr = 0;
}
// Internal: Renew sndpart buffer

Loading…
Cancel
Save