Home
last modified time | relevance | path

Searched defs:DataChannelInit (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/
Ddatachannelinterface.h44 struct DataChannelInit { struct
45 DataChannelInit() in DataChannelInit() argument
54 bool reliable; // Deprecated.
55 bool ordered; // True if ordered delivery is required.
56 int maxRetransmitTime; // The max period of time in milliseconds in which
59 int maxRetransmits; // The max number of retransmissions. -1 if unset.
60 std::string protocol; // This is set by the application and opaque to the
62 bool negotiated; // True if the channel has been externally negotiated
65 int id; // The stream id, or SID, for SCTP data channels. -1