Date: Sat, 24 Apr 2021 20:40:47 GMT From: Michael Tuexen <tuexen@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6096814d3134 - main - tcp: fix man page Message-ID: <202104242040.13OKel5J076183@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=6096814d3134234d48936f557d431a793e35d8b3 commit 6096814d3134234d48936f557d431a793e35d8b3 Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2021-04-24 20:31:36 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2021-04-24 20:40:34 +0000 tcp: fix man page Reviewed by: gbe, rscheff MFC after: 1 week Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D29963 --- share/man/man4/tcp.4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 873cfe4b822a..d06630aa8d44 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -34,7 +34,7 @@ .\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd April 18, 2021 +.Dd April 24, 2021 .Dt TCP 4 .Os .Sh NAME @@ -690,6 +690,7 @@ for the connection for some defined period of time. Disable the host cache. .It 1 Enable the host cache. (default) +.El .It Va hostcache.purgenow Immediately purge all entries once set to any value. Setting this to 2 will also reseed the hash salt. @@ -704,6 +705,7 @@ Do not purge all entries when pruning the host cache. (default) Purge all entries when doing the next pruning. .It 2 Purge all entries, and also reseed the hash salt. +.El .It Va hostcache.prune Time in seconds between pruning expired host cache entries. Defaults to 300 (5 minutes).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104242040.13OKel5J076183>