summaryrefslogtreecommitdiff
path: root/sys/man/8
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2020-06-27 16:40:53 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2020-06-27 16:40:53 +0200
commit675ebaeca3c38d2684b249faae1fc24c5c2b6e0e (patch)
tree51fe0bae3e87029906b02ece05da7849b7516e83 /sys/man/8
parentf0ea4af5efff9e1e1d0fc5992edd1096c44d41ed (diff)
aux/trampoline: Implement inactivity timeout (-t option)
Using aux/trampoline to relay udp traffic needs a inactivity timeout to be practical as there is no explicit connection termination.
Diffstat (limited to 'sys/man/8')
-rw-r--r--sys/man/8/trampoline8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/man/8/trampoline b/sys/man/8/trampoline
index 3060e0a26..812259248 100644
--- a/sys/man/8/trampoline
+++ b/sys/man/8/trampoline
@@ -13,6 +13,9 @@ trampoline \- forward incoming calls to another address
[
.B -m
.I netdir
+] [
+.B -t
+.I timeout
]
.I addr
.SH DESCRIPTION
@@ -55,6 +58,11 @@ contains an entry with
and the attribute
.BR trampok .
If no such entry is found, the call is rejected.
+.TP
+.BI -t " timeout
+Terminates the connection after
+.I timeout
+milliseconds of inactivity.
.PD
.SH FILES
.TF /sys/log/trampoline