Skip to content

Commit dfe4079

Browse files
Documetation for new 'SocketType' imuxsock option
related to #3764 main repo PR
1 parent ae4fb56 commit dfe4079

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

source/configuration/modules/imuxsock.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,21 @@ Socket
533533
Adds additional unix socket. Formerly specified with the ``-a`` option.
534534

535535

536+
SocketType
537+
^^^^^^^^^^
538+
539+
.. csv-table::
540+
:header: "type", "default", "mandatory", "|FmtObsoleteName| directive"
541+
:widths: auto
542+
:class: parameter-table
543+
544+
"string", "dgram", "no", "none"
545+
546+
Allows to specify the type of socket to be created.
547+
Currently supported values are ``dgram`` and ``stream``.
548+
For more information about this option see manual page ``socket(2)``.
549+
550+
536551
HostName
537552
^^^^^^^^
538553

0 commit comments

Comments
 (0)