webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
webrtc::DataChannelInit Struct Reference

#include <datachannelinterface.h>

Inheritance diagram for webrtc::DataChannelInit:
webrtc::InternalDataChannelInit webrtc::InternalDataChannelInit

Public Attributes

bool reliable = false
 
bool ordered = true
 
int maxRetransmitTime = -1
 
int maxRetransmits = -1
 
std::string protocol
 
bool negotiated = false
 
int id = -1
 

Member Data Documentation

◆ id

int webrtc::DataChannelInit::id = -1

◆ maxRetransmits

int webrtc::DataChannelInit::maxRetransmits = -1

◆ maxRetransmitTime

int webrtc::DataChannelInit::maxRetransmitTime = -1

◆ negotiated

bool webrtc::DataChannelInit::negotiated = false

◆ ordered

bool webrtc::DataChannelInit::ordered = true

◆ protocol

std::string webrtc::DataChannelInit::protocol

◆ reliable

bool webrtc::DataChannelInit::reliable = false

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