DataChannelServer
A C++ library for creating WebRTC DataChannel servers.
Public Attributes | List of all members
data_channel::DataChannelSettings Struct Reference

DataChannelSettings specifies the settings for the created DataChannel. More...

Public Attributes

bool ordered
 True to force ordered delivery.
 
int maxRetransmits
 How many retransmits before giving up.
 
int maxRetransmitTime
 How long before giving up on retransmission.
 

Detailed Description

DataChannelSettings specifies the settings for the created DataChannel.

See https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/createDataChannel#RTCDataChannelInit_dictionary for more details on each option.


The documentation for this struct was generated from the following file: