Searched defs:DataChannelInit (Results 1 – 1 of 1) sorted by relevance
43 struct DataChannelInit { struct44 DataChannelInit() in DataChannelInit() function53 bool reliable; // Deprecated.54 bool ordered; // True if ordered delivery is required.55 int maxRetransmitTime; // The max period of time in milliseconds in which58 int maxRetransmits; // The max number of retransmissions. -1 if unset.59 std::string protocol; // This is set by the application and opaque to the61 bool negotiated; // True if the channel has been externally negotiated64 int id; // The stream id, or SID, for SCTP data channels. -1