Re: [PATCH v3] net: sctp: fix a cacc_saw_newack missetting issue

2013-10-19 Thread David Miller
From: Chang Xiangzhong Date: Wed, 16 Oct 2013 09:22:11 +0200 > For for each TSN t being newly acked (Not only cumulatively, > but also SELECTIVELY) cacc_saw_newack should be set to 1. > > Signed-off-by: Xiangzhong Chang SCTP folks, can you please review this patch? Thanks. -- To unsubscribe f

[PATCH v3] net: sctp: fix a cacc_saw_newack missetting issue

2013-10-16 Thread Chang Xiangzhong
For for each TSN t being newly acked (Not only cumulatively, but also SELECTIVELY) cacc_saw_newack should be set to 1. Signed-off-by: Xiangzhong Chang --- net/sctp/outqueue.c | 53 --- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git