diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-11-20 15:40:12 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-11-20 15:40:12 +0000 |
commit | c78384333ec9f0b819ba3a1fa508b89576a6eff6 (patch) | |
tree | f137d9e0560109eb56748555dbee1293a92e2844 /sys/man | |
parent | 98a66671cf6900b6239ac1b48638ffa835e75c27 (diff) |
aux/listen: add -o and -O options
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/listen | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/sys/man/8/listen b/sys/man/8/listen index 2224c5b81..165a00785 100644 --- a/sys/man/8/listen +++ b/sys/man/8/listen @@ -12,6 +12,10 @@ listen, listen1, tcp7, tcp9, tcp19, tcp21, tcp23, tcp25, tcp53, tcp110, tcp113, .IR namespace ] .RB [ -p .IR maxprocs ] +.RB [ -o +.IR copt ] +.RB [ -O +.IR sopt ] .RB [ -a .IR addr ] .RI [ proto ] @@ -20,10 +24,14 @@ listen, listen1, tcp7, tcp9, tcp19, tcp21, tcp23, tcp25, tcp53, tcp110, tcp113, [ .B -1tv ] -.RB [ -p -.IR maxprocs ] .RB [ -n .IR namespace ] +.RB [ -p +.IR maxprocs ] +.RB [ -o +.IR copt ] +.RB [ -O +.IR sopt ] .I addr .I cmd [ @@ -83,6 +91,21 @@ will log the event and delay servicing until the number of connection processes drops below the limit again. A .I maxprocs smaller or equal zero means no limit (default). +The +.B -o +and +.B -O +options cause protocol-specific control messages +to be written to the control file of the listening +server connection +.B -O +or the incoming client +connection +.BR -o . +They can be specified multiple +times. See +.IR ip (3) +for details. Option .B -q suppresses affirmative log information. @@ -251,7 +274,8 @@ by convention, TCP device bind point .B /rc/bin/service* .SH "SEE ALSO" .IR authsrv (6), -.IR dial (2) +.IR dial (2), +.IR ip (3) .SH BUGS .IR Srvdir , .IR trustsrvdir |