From b35eb5096f0863881a8eeb3f3f95d8c34ee0ddb4 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sun, 26 Jun 2022 02:05:00 +0300 Subject: [PATCH] fix option note about version Signed-off-by: R4SAS --- docs/user-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 96160a5..f231c36 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -271,7 +271,7 @@ Option | Description -------------------------------------- | -------------------------------------- unix.handle_sigtstp | Handle SIGTSTP and SIGCONT signals. Disabled by default -`handle_sigtstp` enables handling of SIGTSTP and SIGCONT signals. (~will be added in 2.43.0~) +`handle_sigtstp` enables handling of SIGTSTP and SIGCONT signals (*since 2.43.0*). SIGTSTP can be called using Ctrl+Z in terminal with running i2pd in it or by `kill` command. When signal recveived, i2pd will switch to offline mode and stop sending traffic and cleaning of netDb. All active tunnels will be frozen.