[tor-commits] [onionoo/master] Further specify limit and offset parameters.

karsten at torproject.org karsten at torproject.org
Wed Dec 5 19:20:00 UTC 2012


commit 3edf098d09aefc3655b74e39cdb4b3a0b7e4006c
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Dec 5 20:16:13 2012 +0100

    Further specify limit and offset parameters.
---
 web/index.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/web/index.html b/web/index.html
index 4df3d7a..e29c0b8 100755
--- a/web/index.html
+++ b/web/index.html
@@ -683,9 +683,11 @@ undefined.
 </td></tr>
 <tr><td><b>offset</b></td><td>Skip the given number of relays and/or
 bridges.
+Relays are skipped first, then bridges.
 </td></tr>
 <tr><td><b>limit</b></td><td>Limit result to the given number of
 relays and/or bridges.
+Relays are kept first, then bridges.
 When used together with <b>offset</b>, the offsetting step precedes the
 limiting step.
 </td></tr>



More information about the tor-commits mailing list