From: wangweidong Date: Wed, 4 Dec 2013 09:32:39 +0000 (+0800) Subject: sctp: disable max_burst when the max_burst is 0 X-Git-Tag: v3.13-rc4~3^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78ac814f120da17053b3d52aa215c7c547c5e77d;p=pandora-kernel.git sctp: disable max_burst when the max_burst is 0 As Michael pointed out that when max_burst is 0, it just disable max_burst. It declared in rfc6458#section-8.1.24. so add the check in sctp_transport_burst_limited, when it 0, just do nothing. Reviewed-by: Daniel Borkmann Suggested-by: Vlad Yasevich Suggested-by: Michael Tuexen Signed-off-by: Wang Weidong Acked-by: Neil Horman Acked-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed