[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-users] sending a packet with unreachable IP
From: |
Martin Velek |
Subject: |
[lwip-users] sending a packet with unreachable IP |
Date: |
Fri, 9 Oct 2009 15:52:53 +0200 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-users] sending a packet with unreachable IP,
Martin Velek <=