commit 5b65ca01402e5ed926a0eeba980238937a699f2f Author: Karsten Loesing karsten.loesing@gmx.net Date: Wed Jul 9 11:33:08 2014 +0200
Correct specification of as_number. --- web/protocol.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/web/protocol.html b/web/protocol.html index 2d51621..0af4562 100644 --- a/web/protocol.html +++ b/web/protocol.html @@ -881,11 +881,12 @@ database.
<li> <b>as_number</b> -<code class="typeof">number</code> +<code class="typeof">string</code> <span class="required-false">optional</span> <p> AS number as found in an AS database by resolving the relay's first onion-routing IP address. +AS number strings start with "AS", followed directly by the AS number. Omitted if the relay IP address could not be found in the AS database. </p>
tor-commits@lists.torproject.org