lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] ARP ETHARP_TRY_HARD


From: Paul Clarke
Subject: RE: [lwip-users] ARP ETHARP_TRY_HARD
Date: Mon, 29 Nov 2004 10:30:33 +1030

Hi Leon,

One more little change to the etharp.c
If our interface is not configured we need to process
the ARP. This is really useful in detecting an in use
IP address that the DHCP server has assigned us. I cant
recall exactly where the bug is caused but this was the fix.

line 494 - 498

  /* this interface is not configured? */
  if (netif->ip_addr.addr == 0) {
    for_us = 1;
  } else {
 
> 





reply via email to

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