Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions source/configuration/modules/imuxsock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^

Expand Down