NAME

coreNetChanTxFlow() -- Specify transmit flow options


SYNOPSIS

include "appcore.h"

int coreNetChanTxFlow( coreNetChanFlowUpdateSPEC_t* s )


DESCRIPTION

The coreNetChanTxFlow() function controls the transmit flow characteristics of a netCORE channel. The flow characteristics are normally setup when the channel is created via the Options element. This function allows the flow settings to be updated while running.


PARAMETERS

s
	pointer to a channel flow update specification


RETURN VALUE

errno ValueCondition
ENOTSUPNot supported - netCORE not running.
EINVALSpecification is NULL
EINVALChannel handle is invalid or wrong type

MULTI-THREAD SAFETY LEVEL

MT-safe.


SEE ALSO

Functions:
coreNetServerPortAdd() coreNetServerPortRemove() coreNetChanAccept() coreNetChanReject() coreNetChanConnect() coreNetChanOpen() coreNetChanClose() coreNetChanPayloadMsg() coreNetChanTxFlow() coreNetChanRxFlow() coreNetAddrInit()