From f4fc75d2454ea911783016bf0a0de7d7192ac626 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 29 May 2019 09:26:40 -0400 Subject: [PATCH] doc: add missing status to DEP0121 PR-URL: https://github.com/nodejs/node/pull/27950 Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell --- doc/api/deprecations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index e76d358dce45eb..6658c646fefb57 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2320,6 +2320,8 @@ changes: description: Runtime deprecation. --> +Type: Runtime + The undocumented `net._setSimultaneousAccepts()` function was originally intended for debugging and performance tuning when using the `child_process` and `cluster` modules on Windows. The function is not generally useful and