git: ddd3818317b5 - stable/13 - Revert "tcp: virtualise net.inet.tcp.msl sysctl."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Jan 2023 11:38:19 UTC
The branch stable/13 has been updated by melifaro:
URL: https://cgit.FreeBSD.org/src/commit/?id=ddd3818317b5e0519b0d90712e76908828f13b56
commit ddd3818317b5e0519b0d90712e76908828f13b56
Author: Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2023-01-23 11:37:58 +0000
Commit: Alexander V. Chernikov <melifaro@FreeBSD.org>
CommitDate: 2023-01-23 11:37:58 +0000
Revert "tcp: virtualise net.inet.tcp.msl sysctl."
This reverts commit 81a72d997e22f37ac15a009090a5a15a6c279900.
---
sys/netinet/tcp_subr.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index dfbdf99f21eb..62042df50d18 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1453,8 +1453,6 @@ tcp_init(void)
V_tcp_msl = TCPTV_MSL;
- V_tcp_msl = TCPTV_MSL;
-
/* Skip initialization of globals for non-default instances. */
if (!IS_DEFAULT_VNET(curvnet))
return;