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>
This commit is contained in:
committed by
David S. Miller
parent
723189faca
commit
526cbef778
@@ -311,7 +311,7 @@ typedef enum {
|
||||
SCTP_XMIT_OK,
|
||||
SCTP_XMIT_PMTU_FULL,
|
||||
SCTP_XMIT_RWND_FULL,
|
||||
SCTP_XMIT_NAGLE_DELAY,
|
||||
SCTP_XMIT_DELAY,
|
||||
} sctp_xmit_t;
|
||||
|
||||
/* These are the commands for manipulating transports. */
|
||||
|
||||
Reference in New Issue
Block a user