From: Tsutomu Fujii Date: Sun, 18 Jun 2006 05:58:28 +0000 (-0700) Subject: [SCTP]: Send only 1 window update SACK per message. X-Git-Tag: v2.6.18-rc1~1111^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c2c9e3977e4312d093ac092761798d4d47c9e0;p=pandora-kernel.git [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 Signed-off-by: Vlad Yasevich Signed-off-by: Sridhar Samudrala Signed-off-by: David S. Miller --- Reading git-diff-tree failed