Am 01.10.2021 um 16:31 schrieb Duygu D.:
> Hello,
> After your comment I checked p->tot_len in low_level_output function and
> I get the 590 value but p->len = 136 byte. 
> How can I solve this problem?

You have to iterate the pbuf chain and ensure to send all parts in one
packet.

See the win32 pcap netif driver:

https://git.savannah.nongnu.org/cgit/lwip.git/tree/contrib/ports/win32/pcapif.c#n838

Regards,
Simon

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to