From: Daniel Borkmann Date: Fri, 9 Aug 2013 13:09:08 +0000 (+0200) Subject: net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF state X-Git-Tag: v3.11-rc6~11^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac4f9599362475662efb6efbb334cbcec98d4778;p=pandora-kernel.git net: sctp: sctp_assoc_control_transport: fix MTU size in SCTP_PF state The SCTP Quick failover draft [1] section 5.1, point 5 says that the cwnd should be 1 MTU. So, instead of 1, set it to 1 MTU. [1] https://tools.ietf.org/html/draft-nishida-tsvwg-sctp-failover-05 Reported-by: Karl Heiss Signed-off-by: Daniel Borkmann Cc: Neil Horman Acked-by: Vlad Yasevich Acked-by: Neil Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed