aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/agent.html
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2010-06-04 05:54:48 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2010-06-04 05:54:48 +0000
commit1cf157a24dddf96aa1770786690dd0501f53cba3 (patch)
treeb55626bb9648aebd48343e2dd23d7ecc76927889 /org.jacoco.doc/docroot/doc/agent.html
parent5385417528623ecc9a5215f428dc8d4ab0328985 (diff)
downloadjacoco-1cf157a24dddf96aa1770786690dd0501f53cba3.tar.gz
Track #104: Allow * as shortcut for any local interface
Diffstat (limited to 'org.jacoco.doc/docroot/doc/agent.html')
-rw-r--r--org.jacoco.doc/docroot/doc/agent.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.jacoco.doc/docroot/doc/agent.html b/org.jacoco.doc/docroot/doc/agent.html
index c83f964c..7d110caa 100644
--- a/org.jacoco.doc/docroot/doc/agent.html
+++ b/org.jacoco.doc/docroot/doc/agent.html
@@ -148,9 +148,11 @@
<td><code>address</code></td>
<td>IP address or hostname to bind to when the output method is
<code>tcpserver</code> or connect to when the output method is
- <code>tcpclient</code>.
+ <code>tcpclient</code>. In <code>tcpserver</code> mode the value
+ "<code>*</code>" causes the agent to accept connections on any local
+ address.
</td>
- <td><code>localhost</code></td>
+ <td><i>loopback interface</i></td>
</tr>
<tr>
<td><code>port</code></td>