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.119
1 files changed, 14 insertions, 5 deletions
diff --git a/doc/man/gnunet-transport.1 b/doc/man/gnunet-transport.1
index cc1a022bd..45fd70600 100644
--- a/doc/man/gnunet-transport.1
+++ b/doc/man/gnunet-transport.1
@@ -14,11 +14,14 @@ gnunet\-transport is a tool to access various functions of GNUnet's transport su
14\fB\-b\fR, \fB\-\-benchmark\fR 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. 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 16.TP
17\fB\-C \fIPEER\fR, \fB\-\-connect=PEER\fR
18peer to connect to (used in conjunction with \-p)
19.TP
17\fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR 20\fB\-c \fIFILENAME\fR, \fB\-\-config=FILENAME\fR
18configuration file to use 21configuration file to use
19.TP 22.TP
20\fB\-C \fIPEER\fR, \fB\-\-connect=PEER\fR 23\fB\-e \fB\-\-events\fR
21peer to connect to (and to use for sending if used in conjunction with \-s) 24provide information about all connect and disconnect events (continuously)
22.TP 25.TP
23\fB\-h\fR, \fB\-\-help\fR 26\fB\-h\fR, \fB\-\-help\fR
24print help page 27print help page
@@ -26,14 +29,20 @@ print help page
26\fB\-i\fR, \fB\-\-information\fR 29\fB\-i\fR, \fB\-\-information\fR
27print information about our current connections (once) 30print information about our current connections (once)
28.TP 31.TP
32\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR
33Change the loglevel. Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG.
34.TP
35\fB\-l \fILOGFILE\fR, \fB\-\-logfile=LOGFILE\fR
36configure logging to write logs to LOGFILE
37.TP
29\fB\-m\fR, \fB\-\-monitor\fR 38\fB\-m\fR, \fB\-\-monitor\fR
30print information about our current connections (continuously) 39print information about our current connections (continuously)
31.TP 40.TP
32\fB\-L \fILOGLEVEL\fR, \fB\-\-loglevel=LOGLEVEL\fR 41\fB\-p \fIPEER\fR, \fB\-\-peer=PEER\fR
33Change the loglevel. Possible values for LOGLEVEL are ERROR, WARNING, INFO and DEBUG. 42the peer identity
34.TP 43.TP
35\fB\-s\fR, \fB\-\-send\fR 44\fB\-s\fR, \fB\-\-send\fR
36transmit (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. 45transmit (dummy) traffic as quickly as possible to the peer specified with the \-p 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.
37.TP 46.TP
38\fB\-t\fR, \fB\-\-test\fR 47\fB\-t\fR, \fB\-\-test\fR
39test transport configuration. With this flag, the tool will check if each of the configured transport plugins has a working address. Plugins that do not have a listen port configured will be ignored. The test is performed with the help of an external server (by default running on gnunet.org) which tries to contact the local machine. The test can only work if the local GNUnet peer is not yet running. 48test transport configuration. With this flag, the tool will check if each of the configured transport plugins has a working address. Plugins that do not have a listen port configured will be ignored. The test is performed with the help of an external server (by default running on gnunet.org) which tries to contact the local machine. The test can only work if the local GNUnet peer is not yet running.