diff --git a/docs/client.rst b/docs/client.rst index f92619c..b7b6604 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -290,6 +290,14 @@ By means of these flags, the user can change the default value of all the parame - This value corresponds to the *Max number data buffers stored in shared memory*. - :code:`` - :code:`10` + * - :code:`UCLIENT_HARD_LIVELINESS_CHECK` + - Enables Micro XRCE-DDS Client hard liveliness check. + - :code:`` + - :code:`OFF` + * - :code:`UCLIENT_HARD_LIVELINESS_CHECK_TIMEOUT` + - Sets Micro XRCE-DDS Client hard liveliness check timeout in milliseconds. Maximum value is 999999 ms. + - :code:`` + - :code:`10000` .. note:: The MTU of the CAN transport is fixed to 64 bytes, which is the maximum payload supported by CAN FD frames.