lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #54546] RAW API ethernet_input does not support pbuf c


From: Yonatan Shkolnik
Subject: [lwip-devel] [bug #54546] RAW API ethernet_input does not support pbuf chains
Date: Tue, 21 Aug 2018 17:51:51 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36

Follow-up Comment #2, bug #54546 (project lwip):

Even when there are 2 pbufs where 1 contains the L2/L3/L4 header and the
second conatins the payload, the code will still not work as expected since
the next functions (icmp_input for example) never uses p->next, and thus,
thinks they receive no payload.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?54546>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]