narke <[email protected]> wrote: > Could you please shortly hint me how to do it using raw pcb? Many thanks!
RAW pcbs are used to send/receive IP packets and implement other transport protocols on it. For example, the ping example app in contrib uses a raw pcb or socket to send ICMP requests and receive responses. You can find out more about that by examining the ping source code. > >> On RX, when using a raw pcb, you can tell lwIP wether you handled the packet (called "eat" it) or pass it on to the rest of the stack. When using a raw socket, you always receive a copy of the packet. Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
