File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252azp
5353backported
5454badpassword
55- bantime
5655barfoo
5756bayes
5857bcc
@@ -218,15 +217,13 @@ extracttext
218217exttextcat
219218FADV
220219fadvise
221- failregex
222220fcontext
223221fetc
224222fetchmail
225223FETCHs
226224fgrep
227225fieldstr
228226fileinto
229- findtime
230227findutils
231228firewalls
232229firstsaved
@@ -407,7 +404,6 @@ lockd
407404lockf
408405LOGINDISABLED
409406loginuser
410- logpath
411407lowwater
412408lport
413409lrs
@@ -419,6 +415,7 @@ lsearch
419415lucene
420416lugog
421417Luonnokset
418+ lwn
422419lwq
423420lwristepai
424421macl
@@ -452,7 +449,6 @@ masterpass
452449masteruser
453450matadata
454451maxproc
455- maxretry
456452mboxcl
457453mboxes
458454mboxmetadata
492488mtimes
493489MUAs
494490MULTIAPPEND
495- multiport
496491multiscript
497492murchison
498493mutltiple
Original file line number Diff line number Diff line change @@ -6849,6 +6849,17 @@ distinguish different listener types that one service may employ.`
68496849Port number where to listen. \`0\` disables the listener.`
68506850 } ,
68516851
6852+ /* HIDDEN: Broken, DOP-392 needed to fix.
6853+ inet_listener_reuse_port: {
6854+ tags: [ 'service' ],
6855+ values: setting_types.BOOLEAN,
6856+ default: 'no',
6857+ text: `
6858+ Use [SO_REUSEPORT](https://lwn.net/Articles/542629/) (allow multiple
6859+ processes to listen on the same port simultaneously) on Linux.`
6860+ },
6861+ */
6862+
68526863 inet_listener_ssl : {
68536864 tags : [ 'service' ] ,
68546865 values : setting_types . BOOLEAN ,
You can’t perform that action at this time.
0 commit comments