Re: [PATCHv2] sctp: Enforce retransmission limit during shutdown
From: Thomas Graf <hidden>
Date: 2011-07-06 21:58:33
Also in:
linux-sctp
From: Thomas Graf <hidden>
Date: 2011-07-06 21:58:33
Also in:
linux-sctp
On Wed, Jul 06, 2011 at 12:23:50PM -0400, Vladislav Yasevich wrote:
You are right. Without a receiver patch, a linux receiver would stay in 0-window condition while sending a SHUTDOWN with a_rwnd of 0. How about instead of checking for "Not greater then or equals", we instead simply test for "less then"?
Agreed Will repost the patch with your suggestions included and look into the receiver patch as well.