unres_qlen and arp resolution/cache behavior

From: Gabe Black
Date: Tue Oct 25 2011 - 18:12:43 EST


Documentation about net.ipv4.neigh.*.unres_qlen seems to indicate that
it determines the number of frames that will be held while an arp is
being resolved.

Say packets start transmitting at a destination that needs to be (arp)
resolved. If the number of backlogged packets exceeds the queue
length, then the frames are dropped (from what I understand). My
question is what if the arp cached address expires and another arp is
issued. Does the same scenario occur (i.e. packets are backlogged
until that arp returns)? Or is the kernel smart enough to use the old
cached value until the arp returns, at which point it then uses the
updated address?

Thank you for your time,
Gabe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/