Re: [PATCH net] sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state

2015-08-19 Thread Marcelo Ricardo Leitner
On Wed, Aug 19, 2015 at 12:38:03PM +0800, Xin Long wrote: commit f8d960524 fix the 0 peer.rwnd issue in SHUTDOWN_PENING state through not reseting the overall_error_count when recevie a heartbeat, but the same issue also exists in SHUTDOWN_RECEIVE state. Please fix the typos on changelog,

[PATCH net] sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state

2015-08-18 Thread Xin Long
commit f8d960524 fix the 0 peer.rwnd issue in SHUTDOWN_PENING state through not reseting the overall_error_count when recevie a heartbeat, but the same issue also exists in SHUTDOWN_RECEIVE state. Fixes: f8d960524 (sctp: Enforce retransmission limit during shutdown) Signed-off-by: Xin Long