git: b788a226f6a2 - main - Document net.inet.tcp.nolocaltimewait enabled.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Nov 2021 17:31:57 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=b788a226f6a274f9cb31014468700d0103974c07
commit b788a226f6a274f9cb31014468700d0103974c07
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2021-11-03 17:31:44 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2021-11-03 17:31:44 +0000
Document net.inet.tcp.nolocaltimewait enabled.
---
RELNOTES | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/RELNOTES b/RELNOTES
index 0c6c1c2f4ffc..d56e86623fa2 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,11 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+92b3e07229ba:
+ net.inet.tcp.nolocaltimewait enabled by default. It prevents
+ creation of timewait entries for TCP connections that were
+ terminated locally.
+
d410b585b6f0:
sh(1) is now the default shell for the root user.