lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] Fwd: sending a packet with unreachable IP


From: Martin Velek
Subject: [lwip-devel] Fwd: sending a packet with unreachable IP
Date: Fri, 9 Oct 2009 15:54:09 +0200

Wrong mailing list, I am sorry.

Martin


---------- Forwarded message ----------
From: Martin Velek <address@hidden>
Date: 2009/10/9
Subject: sending a packet with unreachable IP
To: address@hidden


Hello,

I have disabled ARP_QUEUEING to be sure if a packet was sent on the
wire. If link is up but on a ARP request is not response, the lwip
just printf LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_query:
Ethernet destination address unknown, queueing disabled, packet %p
dropped\n", (void *)q));.

The return value is based on etharp_request(netif, ipaddr). The ARP
request is always sent so ERR_OK is returned to netconn_sendto.
Is there a possibility to find out if packet was really sent with
disabled ARP_QUEUEING?

Regards,
Martin




reply via email to

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