]> git.baikalelectronics.ru Git - kernel.git/commit
[SCTP]: Send only 1 window update SACK per message.
authorTsutomu Fujii <t-fujii@nb.jp.nec.com>
Sun, 18 Jun 2006 05:58:28 +0000 (22:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Jun 2006 05:58:28 +0000 (22:58 -0700)
commit0a44d9b712613000581495696065b4281a672294
tree1228ed1e6729f8dd6069698e9221ac35790cf0c5
parent6c666bc050a3b097ac1f7080f2fe2c6b2e55ae50
[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>
net/sctp/ulpevent.c