]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] SCTP: Send only 1 window update SACK per message.
authorTsutomu Fujii <t-fujii@nb.jp.nec.com>
Tue, 20 Jun 2006 07:08:29 +0000 (00:08 -0700)
committerChris Wright <chrisw@sous-sol.org>
Fri, 30 Jun 2006 00:17:15 +0000 (17:17 -0700)
commitf0a0819784268d7ca479b4538b07124249137500
treed93bc94fab17ddeae036a9b4b51aba2e6a9bd132
parentac3e4adefd766840f20e7cad6aa430f3fb491c4d
[PATCH] SCTP: Send only 1 window update SACK per message.

Right now, every time we increase our rwnd by more then MTU bytes, we
trigger a SACK.  When processing large messages, this will generate a
SACK for almost every other SCTP fragment. However since we are freeing
the entire message at the same time, we might as well collapse the SACK
generation to 1.

Signed-off-by: Tsutomu Fujii <t-fujii@nb.jp.nec.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
net/sctp/ulpevent.c