Skip to content

Commit

Permalink
Documetation for new 'SocketType' imuxsock option
Browse files Browse the repository at this point in the history
related to #3764 main repo PR
  • Loading branch information
ZoltanFridrich committed Aug 8, 2019
1 parent ae4fb56 commit dfe4079
Showing 1 changed file with 15 additions and 0 deletions.
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

0 comments on commit dfe4079

Please sign in to comment.