lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] pbuf queueing and arp queueing


From: Leon Woestenberg
Subject: Re: [lwip-users] pbuf queueing and arp queueing
Date: Tue, 17 Aug 2004 10:40:05 +0200

Hello David,

On Fri, 2004-08-13 at 16:03, David Haas wrote:
   ^^^          ^^


Uh Oh...

> What I am finding is that arp_table[i].p is null. This seems to be the 
> default condition of arp_table[i].p if we are queueing on a new entry. 
> Unfortunatel, pbuf_queue() can not deal with this.
> 
> Should'nt the code  read
> 
> if (arp_table[i].p)
>   pbuf_queue(arp_table[i].p, p);
> else
>   arp_table[i].p = p;
> 
Thanks! Good find, fixed in HEAD.

TCP people: if you were running with ARP_QUEUEING enabled (which is
outgress packet queueing, FYI), please retest any strange behaviour.

Regards,

Leon.





reply via email to

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