diff --git a/README.turnserver b/README.turnserver index 6b237df..0394fdf 100644 --- a/README.turnserver +++ b/README.turnserver @@ -259,7 +259,9 @@ Flags: Options with required values: ---stale-nonce[=600] Use extra security with nonce value having limited lifetime (default 600 secs). +--stale-nonce[=] Use extra security with nonce value having limited lifetime (default 600 secs). + +--max-allocate-lifetime Set the maximum value for the allocation lifetime. Default to 3600 secs. -d, --listening-device Listener interface device. (NOT RECOMMENDED. Optional functionality, Linux only). diff --git a/src/apps/relay/mainrelay.c b/src/apps/relay/mainrelay.c index 8283950..344b28b 100644 --- a/src/apps/relay/mainrelay.c +++ b/src/apps/relay/mainrelay.c @@ -547,7 +547,7 @@ static char Usage[] = "Usage: turnserver [options]\n" " --simple-log This flag means that no log file rollover will be used, and the log file\n" " name will be constructed as-is, without PID and date appendage.\n" " This option can be used, for example, together with the logrotate tool.\n" -" --stale-nonce[=600] Use extra security with nonce value having limited lifetime (default 600 secs).\n" +" --stale-nonce[=] Use extra security with nonce value having limited lifetime (default 600 secs).\n" " --max-allocate-lifetime Set the maximum value for the allocation lifetime. Default to 3600 secs.\n" " -S, --stun-only Option to set standalone STUN operation only, all TURN requests will be ignored.\n" " --no-stun Option to suppress STUN functionality, only TURN requests will be processed.\n"