79284201

Date: 2024-12-16 09:44:56
Score: 2
Natty:
Report link

I faced the same problem and i think in udp_ send function, the headers will be added to your pbuf and it increases the len element of pbif. So you have two choices, first you should free the pbuf and allocate it in the next cycle. Second you can truncate the added headers using pbuf_free_header function, in this case no free pbuf and reallocation needed.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Seiedali Toliat