From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlad Yasevich Date: Tue, 30 Jun 2015 17:18:09 +0000 Subject: Re: Clean up messages for a particular stream Message-Id: <5592CF51.3040008@gmail.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sctp@vger.kernel.org On 06/30/2015 12:56 PM, Jerry Jerry wrote: > Hello everyone, > > We currently encounter an issue where we re-use the streams in a SCTP > connection. However, data from different message contexts may co-exist > in the send/recv buffers for that reused stream. I'm wondering if > there is any special API that allow us to flush the data for just one > particular stream in a SCTP connection just before we reuse it, or we > have to do this from application? > > I've been searching but were unable to find a good answer yet. Your > advices would be greatly appreciated! > You are looking for an implementation of rfc6525. Sadly we don't have a configuration for this extension, but patches are always welcome. -vlad > Regards, > Jerry > -- > To unsubscribe from this list: send the line "unsubscribe linux-sctp" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >