]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: remove 'resent' bit from the chunk
authorVlad Yasevich <vladislav.yasevich@hp.com>
Sat, 1 May 2010 02:41:09 +0000 (22:41 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Sat, 1 May 2010 02:41:09 +0000 (22:41 -0400)
commitff9bcb8a4f21c93ee2983d6bdd5079c446a97a83
tree4da39a450974841532148b15b15de182c8e40dac
parente79770166b701f7ad4229a537ca858d98a24ca5b
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>
include/net/sctp/structs.h
net/sctp/output.c
net/sctp/outqueue.c
net/sctp/sm_make_chunk.c