diff --git a/source/configuration/modules/imuxsock.rst b/source/configuration/modules/imuxsock.rst index c9b55f67e..b663916c7 100644 --- a/source/configuration/modules/imuxsock.rst +++ b/source/configuration/modules/imuxsock.rst @@ -533,6 +533,21 @@ Socket Adds additional unix socket. Formerly specified with the ``-a`` option. +SocketType +^^^^^^^^^^ + +.. csv-table:: + :header: "type", "default", "mandatory", "|FmtObsoleteName| directive" + :widths: auto + :class: parameter-table + + "string", "dgram", "no", "none" + +Allows to specify the type of socket to be created. +Currently supported values are ``dgram`` and ``stream``. +For more information about this option see manual page ``socket(2)``. + + HostName ^^^^^^^^