Skip to content

Commit 3c8c5ac

Browse files
slusarzsirainen
authored andcommitted
settings: Add inet_listener_reuse_port
1 parent f317645 commit 3c8c5ac

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ avc
5252
azp
5353
backported
5454
badpassword
55-
bantime
5655
barfoo
5756
bayes
5857
bcc
@@ -218,15 +217,13 @@ extracttext
218217
exttextcat
219218
FADV
220219
fadvise
221-
failregex
222220
fcontext
223221
fetc
224222
fetchmail
225223
FETCHs
226224
fgrep
227225
fieldstr
228226
fileinto
229-
findtime
230227
findutils
231228
firewalls
232229
firstsaved
@@ -407,7 +404,6 @@ lockd
407404
lockf
408405
LOGINDISABLED
409406
loginuser
410-
logpath
411407
lowwater
412408
lport
413409
lrs
@@ -419,6 +415,7 @@ lsearch
419415
lucene
420416
lugog
421417
Luonnokset
418+
lwn
422419
lwq
423420
lwristepai
424421
macl
@@ -452,7 +449,6 @@ masterpass
452449
masteruser
453450
matadata
454451
maxproc
455-
maxretry
456452
mboxcl
457453
mboxes
458454
mboxmetadata
@@ -492,7 +488,6 @@ mta
492488
mtimes
493489
MUAs
494490
MULTIAPPEND
495-
multiport
496491
multiscript
497492
murchison
498493
mutltiple

data/settings.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6849,6 +6849,17 @@ distinguish different listener types that one service may employ.`
68496849
Port 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,

0 commit comments

Comments
 (0)