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