Neat! I love seeing more implementations-- it means more people may send in data :)
-=R
On Nov 24, 2009 8:58 AM, "Witold Baryluk" <witold....@gmail.com> wrote:> In other words - if the path is congested, all streams on that path > feel the same pain; there is...
> In other words - if the path is congested, all streams on that pathThere is situation when it is not completly true, packets losts are
> feel the same pain; there is no reason to believe that SCTP can magically
> handle this case better.
not only
becuase network is congested and highly loaded. In mobile phones,
and other wifi-like connections, packets simply are droped/losts
becuase of noisy medium. In such situation it is quite possible
that we have relly big avaible bandwidth, but from time to time,
one packets is just lost.
I don't have big knowledge about congestion control algorithms,
but i know they are designed for many different conditions.
I'm now implementing Erlang implementation of server for SPDY, and
would like to add SCTP layer for it, and then experiment/benchmark
with it. Becuase it is probably only way we can see it is benefitiial
to use it,
No. I believe there's been some research in this area, but stream
On Nov 24, 2:39 pm, Mike Belshe <mbel...@google.com> wrote:
> Thanks Jon -
>
> Naive SCTP question:
>
> Does SCTP prioritize its streams?
prioritization is not currently a feature of SCTP. You can of course
apply prioritization at the application level, which I'm guessing
would suit most needs, but you do have to implement it yourself.