freebsd-dev/share/man
Gleb Smirnoff a30cb31589 ip_reass: retire ipreass_slowtimo() in favor of per-slot callout
o Retire global always running ipreass_slowtimo().
o Instead use one callout entry per hash slot.  The per-slot callout
  would be scheduled only if a slot has entries, and would be driven
  by TTL of the very last entry.
o Make net.inet.ip.fragttl read/write and document it.
o Retire IPFRAGTTL, which used to be meaningful only with PR_SLOWTIMO.

Differential revision:	https://reviews.freebsd.org/D36275
2022-09-08 13:49:58 -07:00
..
man1 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man3 tree.3: explain RB_FIND() and RB_NFIND() 2022-08-07 22:23:44 +03:00
man3lua flua: Add a libjail module 2020-10-24 17:08:59 +00:00
man4 ip_reass: retire ipreass_slowtimo() in favor of per-slot callout 2022-09-08 13:49:58 -07:00
man5 libexec/rc: Add var_run rc script 2022-09-05 06:19:42 -07:00
man6 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man7 development(7): Update URLs 2022-08-18 09:24:53 +08:00
man8 Indicate that kgdb.1 is from ports/devel/gdb. 2022-08-14 15:17:29 +02:00
man9 m_get3: add an MLINK for the manpage 2022-08-23 22:34:07 +01:00
Makefile flua: Add a libjail module 2020-10-24 17:08:59 +00:00