t_sndrel - initiate an orderly release
#include <xti.h>
int t_sndrel(
int fd)
For transport providers of type T_COTS_ORD, the t_sndrel(3) function is used to initiate an orderly release of the outgoing direction of data transfer and indicates to the transport provider that the transport user has no more data to send.
Parameters | Before call | After call |
---|---|---|
fd | x | / |
The argument fd identifies the local transport endpoint where the connection exists. After calling t_sndrel(), the user may not send any more data over the connection. However, a user may continue to receive data if an orderly release indication has not been received. For transport providers of types other than T_COTS_ORD, this function fails with error [TNOTSUPPORT].
T_DATAXFER,T_INREL
On failure, t_errno is set to one of the following:
Upon successful completion, a value of 0 is returned. Otherwise, a value of -1 is returned and t_errno is set to indicate an error.
t_getinfo(3)
t_open(3)
t_rcvrel(3)