Delivery-Date: Fri, 03 Jul 2015 05:07:15 -0400
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED,
	T_RP_MATCHES_RCVD autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 74E941E0ACD;
	Fri,  3 Jul 2015 05:07:13 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 5E16B34B14;
	Fri,  3 Jul 2015 09:07:06 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 4B3EA35040
 for <tor-talk@lists.torproject.org>; Fri,  3 Jul 2015 09:07:03 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id PewToRQhpRcG for <tor-talk@lists.torproject.org>;
 Fri,  3 Jul 2015 09:07:03 +0000 (UTC)
Received: from mineralwasser.veloc1ty.de (unknown
 [IPv6:2a01:6f0:ffff:7e:dead:beef:0:10])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by eugeni.torproject.org (Postfix) with ESMTPS id 2131034DB1
 for <tor-talk@lists.torproject.org>; Fri,  3 Jul 2015 09:07:02 +0000 (UTC)
Received: from [IPv6:2001:16e0:100:0:921b:eff:fe34:3714] (unknown
 [IPv6:2001:16e0:100:0:921b:eff:fe34:3714])
 (Authenticated sender: hello@veloc1ty.de)
 by mineralwasser.veloc1ty.de (Postfix) with ESMTPSA id B23842A0020
 for <tor-talk@lists.torproject.org>; Fri,  3 Jul 2015 11:06:58 +0200 (CEST)
Message-ID: <559650B0.90001@veloc1ty.de>
Date: Fri, 03 Jul 2015 11:06:56 +0200
From: Josef 'veloc1ty' Stautner <hello@veloc1ty.de>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
 rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: tor-talk@lists.torproject.org
References: <55943534.6080800@sky-ip.org> <5595A8AB.8080203@wardsback.org>
 <20150703085636.GS7957@moria.seul.org>
In-Reply-To: <20150703085636.GS7957@moria.seul.org>
Subject: Re: [tor-talk] help needed to stress-test an onionbalanced HS -
 everyone is invited
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============2206645343654060158=="
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--===============2206645343654060158==
Content-Type: multipart/signed; micalg=pgp-sha256;
 protocol="application/pgp-signature";
 boundary="x77pclBjwaR6NO1kI6IpSTotPOAPmNR7M"

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--x77pclBjwaR6NO1kI6IpSTotPOAPmNR7M
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

Hello Roger,

I also made some thoughts about making this test as effective as possible=
=2E
I thought about HUPing the TOR process every 20 minutes. Do you think
this will help?

~Josef

Am 03.07.2015 um 10:56 schrieb Roger Dingledine:
> On Thu, Jul 02, 2015 at 11:10:03PM +0200, Fr=E9d=E9ric CORNU wrote:
>> running :
>> watch -n 20 wget -O /dev/null http://eujuuws2nacz4xw4.onion/
> I should point out that this approach should do one rendezvous with the=

> onion service, and then re-use that circuit for each following request,=

> until the circuit fails at which point it builds one more and repeats.
>
> While normal Tor circuits expire 10 minutes after the activity started,=

> circuits to onion services expire after 10 minutes of inactivity. We
> chose that difference because the rendezvous process is so expensive
> relative to normal Tor circuits.
>
> A better approach here would be to flush the circuits and hidden servic=
e
> descriptor between fetches -- the onionperf tools that various folks
> are working on has code for this I think. But it would indeed be more
> complex than what you are doing here. :)
>
> --Roger
>



--x77pclBjwaR6NO1kI6IpSTotPOAPmNR7M
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJVllCwAAoJEJwnwQ9o0JmHTL4P/3OHR29M1sVjnLAnaf6R2MoA
IZxlgbpd23mnmrMP+BdELiOvZM6uzxWjSY0hs3gNbJoE3nklCTUBfbCECIIXhONT
d7CIlJgkJ1VtrlTs8gi+VKEQei2aTQmeLx4I2t2+RwYrL1DTw3yYIgUI9BKruXly
ni0XVs6ghQH5QkizVrcGVeKCvTlXYndCO3RUiZCGhvAa+JkINgwzsIyNV1C/lWWb
6Zl/RTdfiqK2rsDGf4sKbBS4/mvaZaKdPpiiepfNeuTKRLavvJflO3+xHTR5I/1n
e3GBvCcmNdS9xttxeLmTNQEmlIFATVYNH4N7r/Rhz1mYhlb7P76TXQpbnby20MuX
OzJaq3+Ka6iEAuVZC7J0POJa5ZdW/Wdd6kxgpliCLDbA/byTdqYa0cNN1uG2X3aP
tqwwzf/6b0iy3J9jqQwlRvT0W8CASG2NkPQljZHoRHcKFvbmFNq43JrYfxl3fHnf
puR9Q8qcuatd9evK6euStKDp8gb5gRhkmK1BwUpiS7xcmW+teK76uO3d57SnEA95
FPLQyYaBAAvfGveldS9zuIWmU71XAOJ7ifcS7cqa4v2TNthtjp6KQGnOV0oL4U7v
ETcfXX30mg0Ttwsh5zYyRvYe5sOdqiyW+Ns7KNprjDRkOX4l23Cdi/aLEteXWET6
RfeGtnkyEWK76IQFA3NL
=JRDv
-----END PGP SIGNATURE-----

--x77pclBjwaR6NO1kI6IpSTotPOAPmNR7M--

--===============2206645343654060158==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

--===============2206645343654060158==--

