Proud::CP2PGroupOption Class Reference

Public Attributes

bool m_enableDirectP2P
 

Static Public Attributes

static PROUD_API CP2PGroupOption Default
 

Detailed Description

Additional settings for a P2P group. Unless necessary, you don’t have to use this object.

Member Data Documentation

bool Proud::CP2PGroupOption::m_enableDirectP2P

TODO:translate needed. If true, this provides direct P2P communication among group members. The default value is true. You can set this value as false when you form a group but want to block P2P communication among members.

When direct P2P is already being done due to being subordinated by another group among the members in the group, selecting this value as false does not block the direct P2P among them.