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

Re: [ns] question about arp.cc



On Mon, 07 Aug 2000, you wrote:
> Hello, 
> 
> I am modifying arp.cc so that it be possible to machine-gun the
> ARP with requests relative to the same IP address without losing
> any packet, and for that I don't use the llinfo->hold_ pointer
> anymore, I initialize it to NULL and expect it to stick to it,
> and use a list (a queue) of packets on hold that I added to class
> ARPEntry.
> 
> Ir works well but sometimes a packet arrives in
> ARPTable::arpinput, for which llinfo->hold_ is not NULL, 

I'm sorry actually it is NULL, but the list of held packets I
attached to the llinfo variable, that I initialize using

llinfo = arplookup(ah->arp_spa)

in ARPTable::arpinput

is garbage.


Does anyone can tell me what these packets are for?

Thanks, 
--
Robin.