<div dir="ltr"><div><div><div>Dear Alex<br><br></div>I was misunderstanding on ConsumerWindow logic of Window Size in my previous mail. Sorry for that.<br></div>Now I have several  confusion with this ConsumerWindow.<br><br>
When Data is received, window size is increasing as m_window = m_window +1.<br></div><div>It allow  2 Interests in each window but size of window increase one by one.<br></div><div>It is working properly as in Slow Start mode.<br>
</div><div><br>But my confusion is that why can generate 2 Interest per window using the logic m_window = m_window +1.<br><br></div><div>And then if I want to interest rate as one Interest per window like in Congestion avoidance mode, I can do it with m_window = m_window. Because of this logic window size is no longer increase.<br>
<br></div><div>Could you advice me what I am misunderstanding or how could I solve the problem.<br><br></div><div>Sincerely yours<br></div><div>TUN<br></div></div>