From 2848bbdda4b7bb68c648e4e85ecaf5f237db67f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Tue, 26 Sep 2017 09:34:31 +0200 Subject: [PATCH] Add man collision --- README.turnutils | 7 ++++++- man/man1/turnadmin.1 | 2 +- man/man1/turnserver.1 | 2 +- man/man1/turnutils.1 | 13 +++++++++++-- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README.turnutils b/README.turnutils index 91c09b49..ae9bda4e 100644 --- a/README.turnutils +++ b/README.turnutils @@ -264,7 +264,7 @@ Address-Dependent, or Address and Port-Dependent Mapping and/or to determine if that NAT is currently using Endpoint-Independent, Address-Dependent, or Address and Port-Dependent Filtering. -Use either -m and/or -f flag to discover NAT Mapping and/or Filtering. +Use either -m, -f, -c flag to discover NAT behavior. Flags: @@ -272,12 +272,17 @@ Flags: -f NAT filtering behavior discovery +-c NAT collision behavior discovery + Options with required values: -p STUN server port (Default: 3478) -L Local address to use (optional) +-A Secondary Local address (optional) + Required for collision discovery + Usage: $ turnutils_natdiscovery -m -f stun.example.com diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index cd2c5852..9ffb8a08 100644 --- a/man/man1/turnadmin.1 +++ b/man/man1/turnadmin.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "13 November 2016" "" "" +.TH TURN 1 "29 September 2017" "" "" .SH GENERAL INFORMATION \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index 8852fb51..70258b14 100644 --- a/man/man1/turnserver.1 +++ b/man/man1/turnserver.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "13 November 2016" "" "" +.TH TURN 1 "29 September 2017" "" "" .SH GENERAL INFORMATION The \fBTURN Server\fP project contains the source code of a TURN server and TURN client diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index 8182b992..af25b7d0 100644 --- a/man/man1/turnutils.1 +++ b/man/man1/turnutils.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "13 November 2016" "" "" +.TH TURN 1 "29 September 2017" "" "" .SH GENERAL INFORMATION A set of turnutils_* programs provides some utility functionality to be used @@ -403,7 +403,7 @@ Address\-Dependent, or Address and Port\-Dependent Mapping and/or to determine i that NAT is currently using Endpoint\-Independent, Address\-Dependent, or Address and Port\-Dependent Filtering. .PP -Use either \fB\-m\fP and/or \fB\-f\fP flag to discover NAT Mapping and/or Filtering. +Use either \fB\-m\fP, \fB\-f\fP, \fB\-c\fP flag to discover NAT behavior. .PP Flags: .TP @@ -414,6 +414,10 @@ NAT mapping behavior discovery .B \fB\-f\fP NAT filtering behavior discovery +.TP +.B +\fB\-c\fP +NAT collision behavior discovery .PP Options with required values: .TP @@ -424,6 +428,11 @@ STUN server port (Default: 3478) .B \fB\-L\fP Local address to use (optional) +.TP +.B +\fB\-A\fP +Secondary Local address (optional) +Required for collision discovery .PP Usage: .PP