jack: add jack.self-connect-mode

Add a property to restrict self-connections. This can be used to
stop clients from connecting themselves automatically.

Fixes #952
This commit is contained in:
Wim Taymans 2021-03-23 12:24:38 +01:00
parent 3b0b5cb55d
commit df9644f109
2 changed files with 58 additions and 0 deletions

View file

@ -58,4 +58,11 @@ jack.properties = {
#jack.merge-monitor = false
#jack.short-name = false
#jack.filter-name = false
#
# allow: Don't restrict self connect requests
# fail-external: Fail self connect requests to external ports only
# ignore-external: Ignore self connect requests to external ports only
# fail-all: Fail all self connect requests
# ignore-all: Ignore all self connect requests
#jack.self-connect-mode = allow
}