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: Thu, 23 Aug 2018 03:44:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36

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

The hardware split the header/payload of the packets for Ethernet/IP/TCP/UDP
meaning the an ARP packet would have 1 buffer of Ethernet header and 1 buffer
for Ethernet payload. An ICMP packet would have 1 buffer containing
Ethernet/IP header and 1 buffer for IP payload. A UDP packet would have 1
buffer containing Ethernet/IP/UDP header and 1 buffer containing UDP payload.

I hope the explanation makes sense.

    _______________________________________________________

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]