aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-transport.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-transport.1')
-rw-r--r--doc/man/gnunet-transport.128
1 files changed, 20 insertions, 8 deletions
diff --git a/doc/man/gnunet-transport.1 b/doc/man/gnunet-transport.1
index 3a81c54fe..2aafbb9ab 100644
--- a/doc/man/gnunet-transport.1
+++ b/doc/man/gnunet-transport.1
@@ -1,20 +1,17 @@
1.TH gnunet\-transport "1" "17 Oct 2015" "GNUnet" 1.TH GNUNET\-TRANSPORT "1" "October 17, 2015" "GNUnet"
2.SH NAME 2.SH NAME
3gnunet\-transport \- measure and control the transport subsystem 3gnunet\-transport \- measure and control the transport subsystem
4
5.SH SYNOPSIS 4.SH SYNOPSIS
6.B gnunet\-transport 5.B gnunet\-transport
7[\fIOPTIONS\fR] 6[\fIOPTIONS\fR]
8.SH DESCRIPTION 7.SH DESCRIPTION
9.PP 8.PP
10
11gnunet\-transport is a tool to access various functions of GNUnet's 9gnunet\-transport is a tool to access various functions of GNUnet's
12transport subsystem from the command\-line. Most of these are not 10transport subsystem from the command\-line. Most of these are not
13expected to be useful for end-users. gnunet\-transport can be used to 11expected to be useful for end-users. gnunet\-transport can be used to
14evaluate the performance of the transports, force a peer to connect to 12evaluate the performance of the transports, force a peer to connect to
15another peer (if possible). Other functions should be added in the 13another peer (if possible). Other functions should be added in the
16near future. 14near future.
17
18.TP 15.TP
19\fB\-b\fR, \fB\-\-benchmark\fR 16\fB\-b\fR, \fB\-\-benchmark\fR
20measure how fast we are receiving data (from all connections). On 17measure how fast we are receiving data (from all connections). On
@@ -62,11 +59,26 @@ print the version number
62.TP 59.TP
63\fB\-V\fR, \fB\-\-verbose\fR 60\fB\-V\fR, \fB\-\-verbose\fR
64be verbose 61be verbose
65
66.SH NOTES
67
68
69.SH "REPORTING BUGS" 62.SH "REPORTING BUGS"
70Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org> 63Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
71.SH "SEE ALSO" 64.SH "SEE ALSO"
72\fBgnunet\-arm\fP(1), \fBgnunet\-ats\fP(1) 65\fBgnunet\-arm\fP(1), \fBgnunet\-ats\fP(1)
66The full documentation for
67.B gnunet
68is maintained as a Texinfo manual. If the
69.B info
70and
71.B gnunet
72programs are properly installed at your site, the command
73.IP
74.B info gnunet
75.PP
76should give you access to the complete handbook,
77.IP
78.B info gnunet-c-tutorial
79.PP
80will give you access to a tutorial for developers.
81.PP
82Depending on your installation, this information is also
83available in
84\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).