int sm_sprt_config_reliable_channel(struct sm_sprt_config_reliable_channel_parms *configp)
typedef struct sm_sprt_config_reliable_channel_parms { tSMSPRTId sprt; /* in */ int channel; /* in */ int window_size; /* in */ int timer_TA01; /* in */ int timer_TA02; /* in */ int timer_TR03; /* in */ } SM_SPRT_CONFIG_RELIABLE_CHANNEL_PARMS;
Configures the settings for one of the reliable SPRT channels. Hence channel must be either 1 or 2.
0 if call completed successfully, otherwise a standard error such as:
This function is part of the Prosody SPRT end point API.