diff options
author | Vlad Yasevich <vladislav.yasevich@hp.com> | 2010-05-01 02:41:09 (GMT) |
---|---|---|
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | 2010-05-01 02:41:09 (GMT) |
commit | ae19c54866450f6c6f79223ca7d37965859a54e1 (patch) | |
tree | 4da39a450974841532148b15b15de182c8e40dac /firmware | |
parent | d598b166ced20d9b9281ea3527c0e18405ddb803 (diff) | |
download | linux-fsl-qoriq-ae19c54866450f6c6f79223ca7d37965859a54e1.tar.xz |
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: Vlad Yasevich <vladislav.yasevich@hp.com>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions