From 6395395ff9539da173b1ef634623d4fcc5a786c2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 20 Aug 2021 13:22:20 +0300 Subject: [PATCH] More detailed when-tx-exists behaviour description --- doc/call.texi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/call.texi b/doc/call.texi index 3f90760..52572ba 100644 --- a/doc/call.texi +++ b/doc/call.texi @@ -85,7 +85,11 @@ during the call. You can control either are @file{.seen} files must be created, or skip any kind of packet processing. @item when-tx-exists -Call only if packets for sending exists. +Call only if packets for sending exists. The check of outbound packets +existence is performed @strong{every} time we are going to make a call, +but @emph{when-tx-exists} does not influence @emph{cron}. When +@emph{cron} configuration decides that it is time to make a call, with +@emph{when-tx-exists} option it checks packets existence first. @anchor{CfgNoCK} @item nock -- 2.44.0