[tor-talk] will html5 ruin the anonymity of Tor or TBB

2012-10-05 Thread jiang song
We know that flash plugin is third-party stuff and may ruin the anonymity of Tor, how about HTML5, will it be a threat for tor or TBB? ___ tor-talk mailing list tor-talk@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

[tor-talk] exit node cache

2012-10-18 Thread jiang song
when a Tor client send a http request, requesting a lot of data, like picture, files or video the http request will finally be sent by a Tor exit node, and the coresponding web server will respond to the Tor exit node with http response carrying the large bulk data. The bulk data is transmitted via

[tor-talk] where does Tor browser bundle cache the web page content and videos on linux?

2012-10-23 Thread jiang song
if I want to find the cache location for ordinary firefox, for example, flash vidoes, I can use the following command to find it find .mozilla/firefox/*.default/Cache -type f -exec file {} \; | grep Flash but for TBB, I looked into the TBB folder and couldn't identify the location indeed, there

Re: [tor-talk] exit node cache

2012-10-29 Thread jiang song
> > The second one is much closer to reality. :-) The exit nodes stops > reading from the connection to the web server when it can't forward > the data to the client fast enough. > > But the web server isn't slowed down/stopped by not sending ACKs but > rather by reducing the window size to zero. A

[tor-talk] Tor web browsing http connection establish procedures

2012-10-29 Thread jiang song
for web browsing I'm a bit curious about the http connection establishment without tor, when we access a website, the procedures are: DNS query :C -> DNS server DNS response:DNS serve

Re: [tor-talk] exit node cache

2012-10-30 Thread jiang song
yes, that is it. so when the exit node buffer, namely the stream packaging window, is full the receive window of the exit node will decrease On Tue, Oct 30, 2012 at 5:48 AM, Andreas Krey wrote: > On Mon, 29 Oct 2012 17:10:00 +0000, jiang song wrote: > ... > > There is no serv

[tor-talk] sock proxy port

2012-11-09 Thread jiang song
hi, I think sock proxy port should be 9050 but with TBB, I notice that the socket port changes every time I started TBB, like 49223, 58871 what is the reason for this? and is it possible to make it constant? ___ tor-talk mailing list tor-talk@lists.torpr

Re: [tor-talk] Tor web browsing http connection establish procedures

2012-11-13 Thread jiang song
> > If the browser is using socks, it establishes a TCP connection to the > Tor client, sends a socks request that contains the destination address, > (optionally) waits for the Tor client to confirm with a socks reply that > the connection to the destination has been established and sends the > HT