net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY
authorDavid Laight <David.Laight@ACULAB.COM>
Tue, 22 Jul 2014 08:59:14 +0000 (08:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Jul 2014 20:32:11 +0000 (13:32 -0700)
commit526cbef778ad8e763b95608d7e5c988b96bf4af5
treecfc582070b2249d95002318732972cd59f7d142d
parent723189faca78f2b70fcf9088f056a2440986cc45
net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY

MSG_MORE and 'corking' a socket would require that the transmit of
a data chunk be delayed.
Rename the return value to be less specific.

Signed-off-by: David Laight <david.laight@aculab.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/constants.h
net/sctp/output.c
net/sctp/outqueue.c