mirror of
https://github.com/gortc/stun.git
synced 2025-09-26 20:41:36 +08:00
readme: update RFC section
This commit is contained in:
15
README.md
15
README.md
@@ -55,14 +55,15 @@ func main() {
|
||||
|
||||
## RFCs
|
||||
|
||||
The package aims to implement the following RFCs. Note that the requirement status is based on the [WebRTC spec](https://tools.ietf.org/html/draft-ietf-rtcweb-overview), focusing on data channels for now.
|
||||
The package aims to implement the following RFCs.
|
||||
|
||||
rfc | status | requirement | description
|
||||
----|--------|-------------|----
|
||||
[](https://tools.ietf.org/html/rfc5389) |  | [](https://tools.ietf.org/html/rfc2119) | Session Traversal Utilities for NAT
|
||||
IPv6 |  | [](https://tools.ietf.org/html/rfc2119) | IPv6 support
|
||||
[(TLS-over-)TCP](https://tools.ietf.org/html/rfc5389#section-7.2.2) |  | [](https://tools.ietf.org/html/rfc2119) | Sending over TCP or TLS-over-TCP
|
||||
[ALTERNATE-SERVER](https://tools.ietf.org/html/rfc5389#section-11) |  | [](https://tools.ietf.org/html/rfc2119) | ALTERNATE-SERVER Mechanism
|
||||
rfc | status | description
|
||||
----|--------|----
|
||||
[](https://tools.ietf.org/html/rfc5389) |  | Session Traversal Utilities for NAT
|
||||
[](https://tools.ietf.org/html/rfc7064) |  | STUN URI
|
||||
IPv6 |  | IPv6 support
|
||||
[(TLS-over-)TCP](https://tools.ietf.org/html/rfc5389#section-7.2.2) |  | Sending over TCP or TLS-over-TCP
|
||||
[ALTERNATE-SERVER](https://tools.ietf.org/html/rfc5389#section-11) |  | ALTERNATE-SERVER Mechanism
|
||||
|
||||
|
||||
# Stability
|
||||
|
Reference in New Issue
Block a user