i2pcontrol: Add i2pd compatibility notes
This commit is contained in:
@@ -119,7 +119,10 @@ Parameters are only provided in a named way (maps).
|
||||
</ul>
|
||||
<ul>{{ _('Response:') }}
|
||||
<li>**i2p.router.status – [String] {% trans %}What the status of the router is.{% endtrans %}</li>
|
||||
<li>**i2p.router.uptime – [long] {% trans %}What the uptime of the router is in ms.{% endtrans %}</li>
|
||||
<li>**i2p.router.uptime – [long] {% trans %}What the uptime of the router is in ms.{% endtrans %}
|
||||
Note: i2pd routers prior to version 2.41 returned this value as a string.
|
||||
For compatibility, clients should handle both string and long.
|
||||
</li>
|
||||
<li>**i2p.router.version – [String] {% trans %}What version of I2P the router is running.{% endtrans %}</li>
|
||||
<li>**i2p.router.net.bw.inbound.1s – [double] {% trans %}The 1 second average inbound bandwidth in Bps.{% endtrans %}</li>
|
||||
<li>**i2p.router.net.bw.inbound.15s – [double] {% trans %}The 15 second average inbound bandwidth in Bps.{% endtrans %}</li>
|
||||
@@ -190,6 +193,10 @@ Parameters are only provided in a named way (maps).
|
||||
<li>Token – [String] {% trans %}Token used for authenticating the client. Is provided by the server via the 'Authenticate' RPC method. If null is submitted, current setting will be returned.{% endtrans %}</li>
|
||||
</ul>
|
||||
<ul>{{ _('Response:') }}
|
||||
<li>
|
||||
Note: i2pd routers prior to version 2.41 returned some of these values as numbers.
|
||||
For compatibility, clients should handle both strings and numbers.
|
||||
</li>
|
||||
<li>**i2p.router.net.ntcp.port – [String] {% trans %}If requested, returns the port used for the TCP transport.{% endtrans %}</li>
|
||||
<li>**i2p.router.net.ntcp.hostname – [String] {% trans %}If requested, returns the hostname used for the TCP transport.{% endtrans %}</li>
|
||||
<li>**i2p.router.net.ntcp.autoip – [String] {% trans %}If requested, returns the method used for automatically detecting ip for the TCP transport.{% endtrans %}</li>
|
||||
|
Reference in New Issue
Block a user