daemon option 'lookbusretries' added.
This commit is contained in:
@@ -52,6 +52,10 @@ void define_args()
|
||||
"\tnumber retries send ebus command (2)",
|
||||
Appl::type_int, Appl::opt_mandatory);
|
||||
|
||||
A.addItem("p_lookbusretries", Appl::Param(5), "", "lookbusretries",
|
||||
"number retries to look ebus (5)",
|
||||
Appl::type_int, Appl::opt_mandatory);
|
||||
|
||||
A.addItem("p_recvtimeout", Appl::Param(15000), "", "recvtimeout",
|
||||
"receive timeout in 'us' (15000)\n",
|
||||
Appl::type_long, Appl::opt_mandatory);
|
||||
|
||||
Reference in New Issue
Block a user