Hi Team,
please see [1] for the current status of the hourly bandwidth script and feel
free to comment on any improvements!
Currently it's just a script calling several functions and performing some
work 'off hand'. Once we move into integrating with a webapp, refactoring
should make this nice and object-oriented :)
Have a nice weekend and happy hacking,
Oliver
[1] https://trac.torproject.org/projects/tor/ticket/10697
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Hi,
I changed a function in sandbox.c to not use a goto statement. I didn't
understood what use it had. Attached the patch file.
I did the usual tests and didn't found any error at first and second glance.
Please consider to test it yourself and if fit include it into production.
best regards
Hartmut
PS: I try to remove some more gotos, if this patch is ok.
- --
Ideas are the only things that can change the world.
The rest is details. -- Scott Adams
https://netzpolitik.org/2013/anleitung-so-verschlusselt-ihr-eure-e-mails-mi…
new Key ID since 26.07.13: 0xD8C361E6
Fingerprint: E5B3 302B 1BE1 D0B4 F190 E739 A365 60A9 D8C3 61E6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAEBAwAGBQJTEgcdAAoJEKNlYKnYw2Hm9CwP/37Jijgz4By5Au/xkzWUiUWr
gRPNTswPZNKhZotgWNYvxQ3SJjhI0pKdFZicX3XUIMUCVJ5wFNT/4Edq3QdDsNGk
CorJ+J/UcuzpCQomqJ+zOj6Av+pNSe6/Nbpf8NOgNjAhF1fsqQNQb2/IuSwmqppy
YbVl8noNLk6cEb283xLWjwIVNPPTi1Nj0jDFh25ZVxGYcICkDUG6jDjhHNCAZJgG
mQEbvq6kBNeh5qX7KPmxhI7fSBh6kTFTLWxLAbYXJQFugqf1ho7T/ULFNOEFDu3e
edijtSfk1ysJ0bd9UoUfkD5cJ4fralgIH8mXhlntOxJpwL640g7Gla/bIpsiwrPW
XnBGM+qUrhd1HMLZVyVGBAysz+AIOFGYBSC4ZBGG4r2hDStakFHUJ5pNLJYY6EbA
NAh03yf8XtPnCM17dojBXvQK1KEXsl0St4ChcERp0uq1v/7d3MLNtM+h1iGhFacT
YQyUuZvbvaRoQp7bQUdLjnlRZHhGySwQnzU1T1hY3dxp/182GAGy/SxaWdG+NNsi
mVcxLJedzxm4Fx+cARPHLYDU3xPM7EPYSa81eOEUrniVJYx1LiacDSoVRlhfRQiU
+8mEs/eaOJJzaooSq/msYiTfFRh4bAu999nk+VHUo+9m9cjjp0sfzPSGNaBkg7dP
BLKg6P6uM8sDlOd3yZ4b
=g1L7
-----END PGP SIGNATURE-----
Filename: ???-quickening-tor2webmode.txt
Title: Making Tor2Web mode faster
Author: Virgil Griffith, Fabio Pietrosanti, Giovanni Pellerano
Created: 2014-02-23
Status: Open
1. Introduction
While chatting with the Tor archons at the winter meeting, two speed
optimizations for tor2web mode [1] were put forward. This proposal
specifies concretizes these two optimizations. As with the current
tor2web mode, this quickened tor2web mode negates any client
anonymity.
2. Tor2web optimizations
2.1) self-rendezvous
In the current tor2web mode, the client establishes a 0-hop circuit
(direct connection) to a chosen rendezvous point.
We propose that, alternatively, the client set *itself* as the
rendezvous point. This coincides with ticket #9685 [2].
2.2) direct-introduction
Identical to the non-tor2web mode, in the current tor2web mode, the
client establishes a 3-hop circuit to the introduction point.
We propose that, alternatively, the client build a 1-hop (or
0-hop?) circuit to the introduction point.
4. References
[1] Tor2web mode: https://trac.torproject.org/projects/tor/ticket/2553
[2] Self-rendezvous: https://trac.torproject.org/projects/tor/ticket/9685