From 460ed8da8532eedd4b47dd7d539098dd4a8f8302 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 12 Jan 2019 22:49:27 +0000
Subject: [PATCH] Added the new [unix] section (empty)

---
 ctrl/sockopts.ini | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/ctrl/sockopts.ini b/ctrl/sockopts.ini
index f60fce1f3a..7b217d0afe 100644
--- a/ctrl/sockopts.ini
+++ b/ctrl/sockopts.ini
@@ -7,11 +7,11 @@
 
 ; Supported options:
 
-; TYPE		<- Dangerous
+; TYPE		    <- Dangerous
 ; DEBUG
 ; LINGER
-; SNDBUF
-; RCVBUF
+; SNDBUF        <- Not recommended to change this
+; RCVBUF        <- Not recommended to change this
 ; SNDLOWAT
 ; RCVLOWAT
 ; SNDTIMEO
@@ -36,6 +36,9 @@ KEEPALIVE = TRUE
 ; UDP-specific options set here
 [udp]
 
+; Unix-domain socket options set here
+[unix]
+
 ; Server/protocol specific options set here
 [telnet|rlogin]
 
-- 
GitLab