Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Ddatachannelinterface.h43 struct DataChannelInit { struct
44 DataChannelInit() in DataChannelInit() function
53 bool reliable; // Deprecated.
54 bool ordered; // True if ordered delivery is required.
55 int maxRetransmitTime; // The max period of time in milliseconds in which
58 int maxRetransmits; // The max number of retransmissions. -1 if unset.
59 std::string protocol; // This is set by the application and opaque to the
61 bool negotiated; // True if the channel has been externally negotiated
64 int id; // The stream id, or SID, for SCTP data channels. -1