nn::nex::StreamSettings::SetMaxUserReliableSubStreams Member Function

Syntax

void SetMaxUserReliableSubStreams(
     qByte subStreamID
);

Parameters

Name Description
in subStreamID Maximum substream count.

Return Values

None.

Description

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.

See Also

GetMaxUserReliableSubStreams, SubStreamIDDefine

Revision History

2012/11/12
Initial version.

CONFIDENTIAL