> > Both IP & ARP packets are sent via tcpip_thread. I don't understand > > the control flow of what is expected to happen if you are using RAW > > mode only where the api folder is not even compiled in. In that case > > it seems to me that ARP packets need to go via etharp_input and ip > > packets via ip_input. Is that correct? > > Yes, but the way to do this is probably to make sure your netif->input > points directly to ethernet_input (see netif/etharp.c). Strictly it isn't > for the RAW API, but #if NO_SYS. >
Thanks, that fixed it. /Siva _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
