freebsd-dev/tools/regression/netinet
George V. Neville-Neil e162ea60d4 Add a queue to hold packets while we await an ARP reply.
When a fast machine first brings up some non TCP networking program
it is quite possible that we will drop packets due to the fact that
only one packet can be held per ARP entry.  This leads to packets
being missed when a program starts or restarts if the ARP data is
not currently in the ARP cache.

This code adds a new sysctl, net.link.ether.inet.maxhold, which defines
a system wide maximum number of packets to be held in each ARP entry.
Up to maxhold packets are queued until an ARP reply is received or
the ARP times out.  The default setting is the old value of 1
which has been part of the BSD networking code since time
immemorial.

Expose the time we hold an incomplete ARP entry by adding
the sysctl net.link.ether.inet.wait, which defaults to 20
seconds, the value used when the new ARP code was added..

Reviewed by:	bz, rpaulo
MFC after: 3 weeks
2010-11-12 22:03:02 +00:00
..
arphold Add a queue to hold packets while we await an ARP reply. 2010-11-12 22:03:02 +00:00
ip_id_period This is a regression test to verify the proper behavior of IP ID generation 2008-02-06 15:48:43 +00:00
ipbroadcast Add raw IP support (protocol 114) to ipbroadcast regression test. 2007-03-13 23:36:48 +00:00
ipmulticast Add regression test for SSM code. 2007-06-12 16:29:22 +00:00
ipsockopt Import rewrite of IPv4 socket multicast layer to support source-specific 2007-06-12 16:24:56 +00:00
msocket Style: NO_MAN doesn't need any value. 2006-03-15 10:46:38 +00:00
msocket_ifnet_remove o style.Makefile(5): WARNS= -> WARNS?=. 2006-07-09 11:51:14 +00:00
rawconnect o Convert to Test::Harness testing infratructure. 2006-05-20 19:18:24 +00:00
tcpconnect Convert errx(-1, ..., strerror(errno)) to err(-1, ...). 2007-11-28 20:38:05 +00:00
tcpdrop o style.Makefile(5): WARNS= -> WARNS?=. 2006-07-09 11:51:14 +00:00
tcpfullwindowrst Style: NO_MAN doesn't need any value. 2006-03-15 10:46:38 +00:00
tcpsockclosebeforeaccept o style.Makefile(5): WARNS= -> WARNS?=. 2006-07-09 11:51:14 +00:00
tcpsocktimewait o style.Makefile(5): WARNS= -> WARNS?=. 2006-07-09 11:51:14 +00:00
tcpstream Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
udpconnectjail Style: NO_MAN doesn't need any value. 2006-03-15 10:46:38 +00:00
udpzerobyte Update udpzerobyte to understand that passing 0 as a length to recv(2) 2008-10-07 21:01:23 +00:00