1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-03-13 05:41:16 +00:00

fix option note about version

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-06-26 02:05:00 +03:00
parent 070d9933f0
commit b35eb5096f
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2

View File

@ -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.