Re: [tor-dev] SENDME cells

2014-07-09 Thread Gareth Owen
Mashael, Florian, Thanks for the information/reply. Best Gareth On 9 July 2014 17:37, Mashael Alsabah wrote: > Hi Gareth, > > You can find more details about the flow control algorithm in Tor and how > Sendmes work in this paper: "DefenestraTor: Throwing out Windows in Tor". > > Mashael > > O

Re: [tor-dev] SENDME cells

2014-07-09 Thread Mashael Alsabah
Hi Gareth, You can find more details about the flow control algorithm in Tor and how Sendmes work in this paper: "DefenestraTor: Throwing out Windows in Tor". Mashael On Jul 9, 2014, at 11:39 AM, Florian Tschorsch wrote: > > Dear Gareth, > > actually the sentence is correct. > > Every OR

Re: [tor-dev] SENDME cells

2014-07-09 Thread Florian Tschorsch
Dear Gareth, actually the sentence is correct. Every OR maintains a package window and a deliver window for each traversing circuit. You can check the source code: In or.h the circuit_t struct definition declares a package_window and a deliver_window variable. The reason is that Tor's circuits