From dfe4079a99a7a0f6923d8fcc2d0cd0b6315831ba Mon Sep 17 00:00:00 2001 From: Zoltan Fridrich Date: Wed, 24 Jul 2019 14:14:53 +0200 Subject: [PATCH] Documetation for new 'SocketType' imuxsock option related to #3764 main repo PR --- source/configuration/modules/imuxsock.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 ^^^^^^^^