]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SCTP: Send only 1 window update SACK per message.
authorTsutomu Fujii <t-fujii@nb.jp.nec.com>
Sat, 26 Aug 2006 00:41:37 +0000 (02:41 +0200)
committerAdrian Bunk <bunk@stusta.de>
Sat, 26 Aug 2006 00:41:37 +0000 (02:41 +0200)
commit13967acced1d331cb76a3392e53d3a72dfcbbd64
treec5938c56e380c75cf1580d1e31a50588c64a7515
parentde8bcc327c65dc8fc707cbd25a745d3cecacd873
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: Adrian Bunk <bunk@stusta.de>
net/sctp/ulpevent.c