extern long bpc_set_channel_window

(struct CHANNEL_INSTANCE* inst,
  long size)

Sets the receive window size for a channel.

Documentation

Sets the receive window size for a channel.

If the size requested is -1, then the receive window size isn't updated. (This allows you to find out the current receive window size without changing it.)

Parameters:
inst - A pointer to the channel-instance structure.
size - The receive window size, in octets, or -1.
Returns:
The previous receive window size, in octets.

Home Alphabetic index



This page was generated with the help of DOC++.