aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-ats.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-ats.1')
-rw-r--r--doc/man/gnunet-ats.136
1 files changed, 26 insertions, 10 deletions
diff --git a/doc/man/gnunet-ats.1 b/doc/man/gnunet-ats.1
index cac55e79f..895c71942 100644
--- a/doc/man/gnunet-ats.1
+++ b/doc/man/gnunet-ats.1
@@ -1,18 +1,14 @@
1.TH GNUNET\-ATS 1 "Oct 16, 2015" "GNUnet" 1.TH GNUNET\-ATS 1 "October 16, 2015" "GNUnet"
2
3.SH NAME 2.SH NAME
4gnunet\-ats \- display information about transport resource allocation 3gnunet\-ats \- display information about transport resource allocation
5
6.SH SYNOPSIS 4.SH SYNOPSIS
7.B gnunet\-ats 5.B gnunet\-ats
8.RI [ options ] 6.RI [ options ]
9.br 7.br
10
11.SH DESCRIPTION 8.SH DESCRIPTION
12\fBgnunet\-ats\fP can be used to display information about the GNUnet's 9\fBgnunet\-ats\fP can be used to display information about the GNUnet's
13transport selection mechanism. It shows information about the 10transport selection mechanism. It shows information about the
14addresses and the assigned input and output bandwidth. 11addresses and the assigned input and output bandwidth.
15
16.SH OPTIONS 12.SH OPTIONS
17.B 13.B
18.IP "\-a, \-\-aa" 14.IP "\-a, \-\-aa"
@@ -22,8 +18,10 @@ List all addresses currently known to ats.
22Use the configuration file FILENAME. 18Use the configuration file FILENAME.
23.B 19.B
24.IP "\-C, \-\-connect=PEERID" 20.IP "\-C, \-\-connect=PEERID"
25Ask ATS to suggest an address for PEERID to transport to establish a connection. 21Ask ATS to suggest an address for PEERID to transport to establish a
26Note that you can use the gnunet\-transport command\-line tool to force disconnects. 22connection.
23Note that you can use the gnunet\-transport command\-line tool to
24force disconnects.
27.B 25.B
28.IP "\-h, \-\-help" 26.IP "\-h, \-\-help"
29Print short help on options. 27Print short help on options.
@@ -35,7 +33,8 @@ Print information for a specific peer identity only
35Value to set for when changing preference values 33Value to set for when changing preference values
36.B 34.B
37.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL" 35.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
38Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. 36Use LOGLEVEL for logging.
37Valid values are DEBUG, INFO, WARNING and ERROR.
39.B 38.B
40.IP "\-m, \-\-monitor" 39.IP "\-m, \-\-monitor"
41Monitor changes to the bandwidth assignments continuously 40Monitor changes to the bandwidth assignments continuously
@@ -60,10 +59,27 @@ Print verbose output (include ATS address properties)
60.B 59.B
61.IP "\-v, \-\-version" 60.IP "\-v, \-\-version"
62Print GNUnet version number. 61Print GNUnet version number.
63
64.SH BUGS 62.SH BUGS
65Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending 63Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending
66electronic mail to <bug\-gnunet@gnu.org> 64electronic mail to <bug\-gnunet@gnu.org>
67
68.SH SEE ALSO 65.SH SEE ALSO
69gnunet\-transport(1) 66gnunet\-transport(1)
67The full documentation for
68.B gnunet
69is maintained as a Texinfo manual. If the
70.B info
71and
72.B gnunet
73programs are properly installed at your site, the command
74.IP
75.B info gnunet
76.PP
77should give you access to the complete handbook,
78.IP
79.B info gnunet-c-tutorial
80.PP
81will give you access to a tutorial for developers.
82.PP
83Depending on your installation, this information is also
84available in
85\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).