<div dir="ltr"><div><div><div><div>Dear Alex and all,<br><br></div><div>I would like to request Alex and all, for correcting the following problem in ConsumerWindow and Consumer class.<br></div><div><br></div>While I am experimenting congestion topology with ConsumerWindow Class.<br>
</div>I found that the following behavior from Log for sending Interest and Window Control.<br><br></div><div>Data 0 (Received)-> Window Size (2)-> Sending Interest (1) (2)<br></div><div>Data 1 (Received)-> Window Size (4) -> Sending Interest (3) (4)<br>
<br></div><div>As you mention in your previous mail, it is very simple logic and it is using window = window+1.<br>From the log I can see window size in even number but I believe it has correctly working for additive increase.<br>
But sending Interest might be wrong sequence and it should send only one for each window as below.<br><br></div>Data 0 (Received)-> Window Size (1)-> Sending Interest (1)<br>Data 1 (Received)->Window Size (2) -> Sending Interest (2)<br>
Data 2 (Received)->Window Size (3) -> Sending Interest (3)<br>Data 3 (Received)->Window Size (4) -> Sending Interest (4)<br><br></div>If it is working like this,we probably can see this as a log.<br><br>Data 0 (Received)-> Window Size (2)-> Sending Interest (1) (2)<br>
Data 1 (Received)->Data 1 (Received)-> Window Size (4) -> Sending Interest (3) (4)<br><div><div><br></div><div>I would like to request you how should I do to correct it in Consumer Class and ConsumerWindow Class. <br>
</div><div>Thanks you in advance.<br><br></div><div>Regards<br></div><div>TUN<br></div></div></div>