]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit15257b42ca8eb0ff1fc262c01df6ff6c24680967
treecfc582070b2249d95002318732972cd59f7d142d
parentd0cfa72bf40e3e2a0caefcad7cce063a67b7640f
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