[](https://matrix.to/#/#librice-general:matrix.org)
[](https://github.com/ystreet/librice/actions)
[](https://codecov.io/gh/ystreet/librice)
[](https://deps.rs/repo/github/ystreet/librice)
[](https://crates.io/crates/rice-stun-types)
[](https://docs.rs/rice-stun-types)
# rice-stun-types
Implementation of ICE-relevant STUN attributes based on [stun-types] as specified in [RFC8445],
[RFC6544], and [RFC5245].
## Relevant standards
- [x] [RFC5245]: Interactive Connectivity Establishment (ICE): A Protocol for Network Address
Translator (NAT) Traversal for Offer/Answer Protocols
- [x] [RFC6544]: TCP Candidates with Interactive Connectivity Establishment (ICE)
- [x] [RFC8445]: Interactive Connectivity Establishment (ICE): A Protocol
for Network Address Translator (NAT) Traversal
[RFC5245]: <https://tools.ietf.org/html/rfc5245>
[RFC6544]: <https://tools.ietf.org/html/rfc6544>
[RFC8445]: <https://tools.ietf.org/html/rfc8445>
[stun-types]: https://docs.rs/stun-types