aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-07 17:43:28 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-07 17:43:28 +0000
commit91b9ba2fc36c1919e11d515d790bae68860653db (patch)
treea450aefca76bc26e759f43c7f49c4a0a08ab1d3b /doc
parent0c89b2a16eae49cb23635f6d6c0f13da070c5c66 (diff)
downloadgnunet-91b9ba2fc36c1919e11d515d790bae68860653db.tar.gz
gnunet-91b9ba2fc36c1919e11d515d790bae68860653db.zip
implement transport plugin session monitoring support in gnunet-transport (#3452)
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-transport.17
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/man/gnunet-transport.1 b/doc/man/gnunet-transport.1
index 63c3163b2..228ebae87 100644
--- a/doc/man/gnunet-transport.1
+++ b/doc/man/gnunet-transport.1
@@ -1,4 +1,4 @@
1.TH gnunet\-transport "1" "26 Oct 2011" "GNUnet" 1.TH gnunet\-transport "1" "7 Nov 2014" "GNUnet"
2.SH NAME 2.SH NAME
3gnunet\-transport \- measure and control the transport subsystem 3gnunet\-transport \- measure and control the transport subsystem
4 4
@@ -39,7 +39,10 @@ configure logging to write logs to LOGFILE
39print information about our current connections (continuously) 39print information about our current connections (continuously)
40.TP 40.TP
41\fB\-p \fIPEER\fR, \fB\-\-peer=PEER\fR 41\fB\-p \fIPEER\fR, \fB\-\-peer=PEER\fR
42the peer identity 42the peer identity to connect to or monitor
43.TP
44\fB\-P, \fB\-\-plugins\fR
45monitor session state of transport plugins
43.TP 46.TP
44\fB\-s\fR, \fB\-\-send\fR 47\fB\-s\fR, \fB\-\-send\fR
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. 48transmit (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.