aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp
diff options
context:
space:
mode:
authorDavid Laight <David.Laight@ACULAB.COM>2014-07-22 04:59:14 -0400
committerDavid S. Miller <davem@davemloft.net>2014-07-22 16:32:11 -0400
commit526cbef778ad8e763b95608d7e5c988b96bf4af5 (patch)
treecfc582070b2249d95002318732972cd59f7d142d /include/net/sctp
parent723189faca78f2b70fcf9088f056a2440986cc45 (diff)
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>
Diffstat (limited to 'include/net/sctp')
-rw-r--r--include/net/sctp/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/constants.h b/include/net/sctp/constants.h
index 307728f622ef..8c337cd0e1e4 100644
--- a/include/net/sctp/constants.h
+++ b/include/net/sctp/constants.h
@@ -311,7 +311,7 @@ typedef enum {
311 SCTP_XMIT_OK, 311 SCTP_XMIT_OK,
312 SCTP_XMIT_PMTU_FULL, 312 SCTP_XMIT_PMTU_FULL,
313 SCTP_XMIT_RWND_FULL, 313 SCTP_XMIT_RWND_FULL,
314 SCTP_XMIT_NAGLE_DELAY, 314 SCTP_XMIT_DELAY,
315} sctp_xmit_t; 315} sctp_xmit_t;
316 316
317/* These are the commands for manipulating transports. */ 317/* These are the commands for manipulating transports. */