<div dir="ltr">Hi all,<br>I'm a newbie, so my apologies if I'm directing this question to the wrong list or anything :-)<br><br>I'm writing code for an applicative layer (scsi), transported inside tcp (which is overall called iScsi).<br>
This applicative layer is very prone to timeouts, specifically anything not acked (in a scsi way) after 3 seconds is aborted,<br>which means any bandwidth we already spent on the request was a complete waste.<br>I'd like to implement an Active Queue Management scheme, so that latency is no longer than a second,<br>
and throughput is as high as possible.<br>Is there any standard code that already does this, or anything similar?<br>I would really appreciate any pointers you can throw my way, I'm kind of "in the dark" here.<br>
<br>many thanks,<br>Nimrod<br><br></div>