All of lore.kernel.org
 help / color / mirror / Atom feed
* TCP/IP Packet sending ARP resolve
@ 2005-02-04  2:39 cranium 2003
  0 siblings, 0 replies; only message in thread
From: cranium 2003 @ 2005-02-04  2:39 UTC (permalink / raw)
  To: netfilter-devel

 Hello sir,
                   In Linux kernel by adding debug statement i observe
that if i ping to host 10.0.0.5 with 10 packets then first i know
network stack require to resolve hosts IP to its Hardware ID by
sending ARP on Ethernet LAN. But then what i get that if i again ping
for another 10 packets to 10.0.0.5 then ARP routine is called.
               Why? Why linux kernel is not caching it. Infact its
caching i check it in debug statements then why network stack require
to resolve 10.0.0.5 host to send packets to it?

                Also i want to know once eth_header_cache called then
all successive packet to that cache host goes directly from
hh->hh_output(skb) to hard_start_xmit?
regards,
cranium

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-04  2:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-04  2:39 TCP/IP Packet sending ARP resolve cranium 2003

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.