Previous Up Next

_setsizefifo
Each Tcp-Ip channel manages a fifo in which outgoing messages are temporarily stored when the network is too slow. This function allows to determine the maximum size (in words) of the fifo. When the maximum is reached, the channel is closed.

Chn _setsizefifo (
Chn _channel_
I _size_
)
Parameters

_channel_
any channel
_size_
maximum size of the fifo
Return value

return the channel