From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH-v2] sctp: user perfect name for Delayed SACK Timer option Date: Wed, 19 Jan 2011 16:51:42 -0800 (PST) Message-ID: <20110119.165142.63040447.davem@davemloft.net> References: <4D3693CA.40508@cn.fujitsu.com> <4D36A324.4040307@cn.fujitsu.com> <4D36E904.4050609@hp.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Cc: shanwei@cn.fujitsu.com, yjwei@cn.fujitsu.com, netdev@vger.kernel.org, linux-sctp@vger.kernel.org To: vladislav.yasevich@hp.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:58594 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753163Ab1ATAvI (ORCPT ); Wed, 19 Jan 2011 19:51:08 -0500 In-Reply-To: <4D36E904.4050609@hp.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Vladislav Yasevich Date: Wed, 19 Jan 2011 08:37:08 -0500 > On 01/19/2011 03:39 AM, Shan Wei wrote: >> The option name of Delayed SACK Timer should be SCTP_DELAYED_SACK, >> not SCTP_DELAYED_ACK. >> >> Left SCTP_DELAYED_ACK be concomitant with SCTP_DELAYED_SACK, >> for making compatibility with existing applications. >> >> Reference: >> 8.1.19. Get or Set Delayed SACK Timer (SCTP_DELAYED_SACK) >> (http://tools.ietf.org/html/draft-ietf-tsvwg-sctpsocket-25) >> > > this one much better. > > Acked-by: Vlad Yasevich Applied, thanks.