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: Tue, 30 Nov 2004 10:29:44 +1030

Hi Leon,

I think you have made a typo 

  /* no empty entry found and not allowed to recycle? */
  if ((empty == ARP_TABLE_SIZE) && ((flags & ETHARP_TRY_HARD) == 0))
        ^^^^^^ cvs has i

I have made a patch with that and a couple of other changes 
        move pbuf free to where it is needed (saves a ->p != NULL test)  
        if the interface is not configured we must assume arp_input is for us.

Paul

 

Attachment: etharp_patch
Description: Binary data


reply via email to

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