void SetMaxUserReliableSubStreams( qByte subStreamID );
Name | Description | |
---|---|---|
in | subStreamID | Maximum substream count. |
Sets the greatest substream count for user-use reliable.
This function sets the number of reliable substreams for user data, excluding the substream shared with the system. Negotiation is performed at the connection stage and matches the smallest of the values. The default value is 0
. The count can be up to 255, but because memory consumption increases, set it with that limit in mind.
CONFIDENTIAL