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.144
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/man/gnunet-transport.1 b/doc/man/gnunet-transport.1
new file mode 100644
index 000000000..7443219a3
--- /dev/null
+++ b/doc/man/gnunet-transport.1
@@ -0,0 +1,44 @@
1.TH gnunet\-transport "1" "26 Oct 2011" "GNUnet"
2.SH NAME
3gnunet\-transport \- measure and control the transport subsystem
4
5.SH SYNOPSIS
6.B gnunet\-transport
7[\fIOPTIONS\fR]
8.SH DESCRIPTION
9.PP
10
11gnunet\-transport is a tool to access various functions of GNUnet's transport subsystem from the command\-line. Most of these are not expected to be useful for end-users. gnunet\-transport can be used to evaluate the performance of the transports, force a peer to connect to another peer (if possible). Other functions should be added in the near future.
12
13.TP
14\fB\-b\fR, \fB\-\-benchmark\fR
15measure how fast we are receiving data (from all connections). On exit, the data rate will be reported. Runs until aborted with CTRL-C.
16.TP
17\fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
18configuration file to use
19.TP
20\fB\-C \fIPEER\fR, \fB\-\-connect=PEER\fR
21peer to connect to (and to use for sending if used in conjunction with \-s)
22.TP
23\fB\-h\fR, \fB\-\-help\fR
24print help page
25.TP
26\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
27Change the loglevel. Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG.
28.TP
29\fB\-s\fR, \fB\-\-send\fR
30transmit (dummy) traffic as quickly as possible to the peer specified with the \-C option. The rate will still be limited by the quota(s) determined by the peers (ATS subsystem). Will run until CTRL\-C is pressed or until the connection to the other peer is disrupted.
31.TP
32\fB\-v\fR, \fB\-\-version\fR
33print the version number
34.TP
35\fB\-V\fR, \fB\-\-verbose\fR
36be verbose
37
38.SH NOTES
39
40
41.SH "REPORTING BUGS"
42Report bugs by using mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet\-developers@gnu.org>
43.SH "SEE ALSO"
44\fBgnunet\-arm\fP(1)