Home
last modified time | relevance | path

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

/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Ddatachannelparameters.go4 type DataChannelParameters struct { struct
5 Label string `json:"label"`
6 Protocol string `json:"protocol"`
7 ID *uint16 `json:"id"`
8 Ordered bool `json:"ordered"`
9 MaxPacketLifeTime *uint16 `json:"maxPacketLifeTime"`
10 MaxRetransmits *uint16 `json:"maxRetransmits"`
11 Negotiated bool `json:"negotiated"`
H A Ddatachannel.go66 func (api *API) NewDataChannel(transport *SCTPTransport, params *DataChannelParameters) (*DataChann…
82 func (api *API) newDataChannel(params *DataChannelParameters, log logging.LeveledLogger) (*DataChan…
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Ddatachannelparameters.go4 type DataChannelParameters struct { struct
5 Label string `json:"label"`
6 Protocol string `json:"protocol"`
7 ID *uint16 `json:"id"`
8 Ordered bool `json:"ordered"`
9 MaxPacketLifeTime *uint16 `json:"maxPacketLifeTime"`
10 MaxRetransmits *uint16 `json:"maxRetransmits"`
11 Negotiated bool `json:"negotiated"`
H A Ddatachannel.go66 func (api *API) NewDataChannel(transport *SCTPTransport, params *DataChannelParameters) (*DataChann…
82 func (api *API) newDataChannel(params *DataChannelParameters, log logging.LeveledLogger) (*DataChan…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPeerConnectionClient.java184 public static class DataChannelParameters { class in PeerConnectionClient
192 public DataChannelParameters(boolean ordered, int maxRetransmitTimeMs, int maxRetransmits, in DataChannelParameters() method in PeerConnectionClient.DataChannelParameters
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPeerConnectionClient.java183 public static class DataChannelParameters { class in PeerConnectionClient
191 public DataChannelParameters(boolean ordered, int maxRetransmitTimeMs, int maxRetransmits, in DataChannelParameters() method in PeerConnectionClient.DataChannelParameters