opnsense-src/sys/netinet
Garrett Wollman ea80aed1a9 Attempt to make the host route cache a bit smarter under conditions of
high load:

	1) If there ever get to be more than net.inet.ip.rtmaxcache entries
	   in the cache, in_rtqtimo() will reduce net.inet.ip.rtexpire by
	   1/3 and do another round, unles net.inet.ip.rtexpire is less than
	   net.inet.ip.rtminexpire, and never more than once in ten minutes
	   (rtq_timeout).

	2) If net.inet.ip.rtexpire is set to zero, don't bother to cache
	   anything.
1995-02-14 23:04:52 +00:00
..
icmp_var.h Made idempotent. 1994-08-21 05:27:42 +00:00
if_ether.c Make arp_rtrequest() static since nobody needs to referene it any more. 1994-12-22 22:00:30 +00:00
if_ether.h Make arp_rtrequest() static since nobody needs to referene it any more. 1994-12-22 22:00:30 +00:00
igmp.c Detect old-style multicast routers and interoperate properly 1994-10-31 06:36:47 +00:00
igmp.h Initial get-the-easy-case-working upgrade of the multicast code 1994-09-06 22:42:31 +00:00
igmp_var.h Initial get-the-easy-case-working upgrade of the multicast code 1994-09-06 22:42:31 +00:00
in.c YFfix. 1995-02-14 06:28:25 +00:00
in.h Attempt to make the host route cache a bit smarter under conditions of 1995-02-14 23:04:52 +00:00
in_cksum.c Added $Id$ 1994-08-02 07:55:43 +00:00
in_pcb.c T/TCP changes to generic IP code. This is all ifdefed TTCP so should 1995-02-08 20:22:09 +00:00
in_pcb.h Made idempotent. 1994-08-21 05:27:42 +00:00
in_proto.c Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and 1995-02-09 23:13:27 +00:00
in_rmx.c Attempt to make the host route cache a bit smarter under conditions of 1995-02-14 23:04:52 +00:00
in_systm.h Made idempotent. 1994-08-21 05:27:42 +00:00
in_var.h Patch for proper multicast support on point-to-point links. 1994-10-25 22:13:32 +00:00
ip.h Made idempotent. 1994-08-21 05:27:42 +00:00
ip_fw.c Actual firewall change. 1995-01-12 13:06:32 +00:00
ip_fw.h Actual firewall change. 1995-01-12 13:06:32 +00:00
ip_fwdef.c ip_fwdef.c was missing some assignments , and this 1995-01-26 10:26:15 +00:00
ip_icmp.c Cosmetics: silences gcc -Wall. 1994-10-08 22:39:58 +00:00
ip_icmp.h Made idempotent. 1994-08-21 05:27:42 +00:00
ip_input.c Attempt to make the host route cache a bit smarter under conditions of 1995-02-14 23:04:52 +00:00
ip_mroute.c Bug fixes from John Brezak. 1994-10-21 02:38:29 +00:00
ip_mroute.h Shuffle some functions and variables around to make it possible for 1994-09-14 03:10:15 +00:00
ip_output.c Actual firewall change. 1995-01-12 13:06:32 +00:00
ip_var.h YPfix 1995-02-14 06:25:17 +00:00
raw_ip.c YFfix. 1995-02-14 06:28:25 +00:00
tcp.h Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some 1995-02-14 02:35:19 +00:00
tcp_debug.c Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and 1995-02-09 23:13:27 +00:00
tcp_debug.h Made idempotent. 1994-08-21 05:27:42 +00:00
tcp_fsm.h Obey RFC 793, section 3.4: 1994-08-26 22:27:16 +00:00
tcp_input.c YFfix. 1995-02-14 06:28:25 +00:00
tcp_output.c Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and 1995-02-09 23:13:27 +00:00
tcp_reass.c YFfix. 1995-02-14 06:28:25 +00:00
tcp_seq.h Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some 1995-02-14 02:35:19 +00:00
tcp_subr.c Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and 1995-02-09 23:13:27 +00:00
tcp_timer.c Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and 1995-02-09 23:13:27 +00:00
tcp_timer.h Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some 1995-02-14 02:35:19 +00:00
tcp_timewait.c Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and 1995-02-09 23:13:27 +00:00
tcp_usrreq.c Merge Transaction TCP, courtesy of Andras Olah <olah@cs.utwente.nl> and 1995-02-09 23:13:27 +00:00
tcp_var.h Get rid of some unneeded #ifdef TTCP lines. Also, get rid of some 1995-02-14 02:35:19 +00:00
tcpip.h Merge in T/TCP TCP header file changes. 1995-02-08 20:18:48 +00:00
udp.h Made idempotent. 1994-08-21 05:27:42 +00:00
udp_usrreq.c GCC cleanup. 1994-10-02 17:48:58 +00:00
udp_var.h Made idempotent. 1994-08-21 05:27:42 +00:00