<p dir="ltr">AFAIK Optimizations that reduce round trips, including that one, are very desirable for websites accessed over Tor. The communication with a website uses TCP, SSL, and HTTP as normal, TCP acks, etc are still needed and transported over SOCKS. So optimizations there will reduce time to first byte for the website accessed over Tor, and with Tor's increased latency, it's even more pronounced. Win.</p>

<p dir="ltr">But for TLS used in Tor itself, it's not as analogous. The analogous optimization would be looking at the cell  protocol and see if cells are small enough to fit in the initial congestion window.  I don't know, but what I would look for is something like Alice sending cells to Bob, but Bob can't reply to Alice's cells because Bob needs more data, but Alice needs to hear Bob's ACK before sending the rest of the data.</p>

<div class="gmail_quote">On Dec 24, 2013 3:56 AM, "Fabio Pietrosanti (naif)" <<a href="mailto:lists@infosecurity.ch">lists@infosecurity.ch</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
i've been reading the article "Optimizing NGIX TLS time for first byte"<br>
below:<br>
<a href="http://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte" target="_blank">http://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte</a><br>
<br>
I've been thinking whenever that kind of optimization does apply also to<br>
Tor or not?<br>
<br>
--<br>
Fabio Pietrosanti (naif)<br>
HERMES - Center for Transparency and Digital Human Rights<br>
<a href="http://logioshermes.org" target="_blank">http://logioshermes.org</a> - <a href="http://globaleaks.org" target="_blank">http://globaleaks.org</a> - <a href="http://tor2web.org" target="_blank">http://tor2web.org</a><br>

<br>
_______________________________________________<br>
tor-dev mailing list<br>
<a href="mailto:tor-dev@lists.torproject.org">tor-dev@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev</a><br>
</blockquote></div>