sctp: user perfect name for Delayed SACK Timer option
authorShan Wei <shanwei@cn.fujitsu.com>
Tue, 18 Jan 2011 22:39:00 +0000 (22:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Jan 2011 00:51:29 +0000 (16:51 -0800)
commit4580ccc04ddd8c17a470573a7fdb8def2e036dfa
tree09c0d4c275c95b70b7e859b0449019fb791fc09c
parentd402786ea4f8433774a812d6b8635e737425cddd
sctp: user perfect name for Delayed SACK Timer option

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)

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Acked-by: Wei Yongjun <yjwei@cn.fujitsu.com>
Acked-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/user.h
net/sctp/socket.c