From f37965465296c20e1e5792a33dbb6b5283374416 Mon Sep 17 00:00:00 2001 From: Dridi Boukelmoune Date: Fri, 19 Jan 2024 16:38:43 +0100 Subject: [PATCH] param: New deadline_pipe parameter --- include/tbl/params.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/include/tbl/params.h b/include/tbl/params.h index c88809da709..578d88cef45 100644 --- a/include/tbl/params.h +++ b/include/tbl/params.h @@ -398,6 +398,18 @@ PARAM_SIMPLE( /* flags */ WIZARD ) +PARAM_SIMPLE( + /* name */ deadline_pipe, + /* type */ timeout, + /* min */ "0.000", + /* max */ NULL, + /* def */ "0s", + /* units */ "seconds", + /* descr */ + "Deadline for PIPE sessions. Regardless of activity in either " + "direction after this many seconds, the session is closed." +) + PARAM_SIMPLE( /* name */ default_grace, /* type */ timeout,