From: Vlad Yasevich Date: Mon, 18 Apr 2011 19:13:56 +0000 (+0000) Subject: sctp: teach CACC algorithm about removed transports X-Git-Tag: v3.0-rc1~377^2~298 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f246a7b7c5b9df0ea0f0807a7101995af5e83213;p=pandora-kernel.git sctp: teach CACC algorithm about removed transports When we have have to remove a transport due to ASCONF, we move the data to a new active path. This can trigger CACC algorithm to not mark that data as missing when SACKs arrive. This is because the transport passed to the CACC algorithm is the one this data is sitting on, not the one it was sent on (that one may be gone). So, by sending the original transport (even if it's NULL), we may start marking data as missing. Signed-off-by: Vlad Yasevich Signed-off-by: Wei Yongjun Signed-off-by: David S. Miller --- Reading git-diff-tree failed