int component = 0;
int ssl_version_bytes = 0;
int srtp_crypto_suite = webrtc::kSrtpInvalidCryptoSuite;
int ssl_cipher_suite = webrtc::kTlsNullWithNullNull;
std::optional<absl::string_view> tls_cipher_suite_name;
std::optional<SSLRole> dtls_role;
DtlsTransportState dtls_state = DtlsTransportState::kNew;
IceTransportStats ice_transport_stats;
uint16_t ssl_peer_signature_algorithm = webrtc::kSslSignatureAlgorithmUnknown;
};
// Information about all the channels of a transport. // TODO(hta): Consider if a simple vector is as good as a map. typedef std::vector<TransportChannelStats> TransportChannelStatsList;
// Information about the stats of a transport. struct TransportStats {
std::string transport_name;
TransportChannelStatsList channel_stats;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.