Skip to content
Commit ae19c548 authored by Vlad Yasevich's avatar Vlad Yasevich
Browse files

sctp: remove 'resent' bit from the chunk



The 'resent' bit is used to make sure that we don't update
rto estimate based on retransmitted chunks.  However, we already
have the 'rto_pending' bit that we test when need to update rto,
so 'resent' bit is just extra.  Additionally, we currently have
a bug in that we always set a 'resent' bit and thus rto estimate
is only updated by Heartbeats.

Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent d598b166
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment