mirror of
https://github.com/gortc/stun.git
synced 2025-09-26 20:41:36 +08:00
all: conclude API stability
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[](http://godoc.org/github.com/gortc/stun)
|
||||
[](https://codecov.io/gh/gortc/stun)
|
||||
[](http://goreportcard.com/report/gortc/stun)
|
||||
[](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#beta)
|
||||
[](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#mature)
|
||||

|
||||
# STUN
|
||||
Package stun implements Session Traversal Utilities for NAT (STUN) [[RFC5389](https://tools.ietf.org/html/rfc5389)]
|
||||
@@ -63,9 +63,8 @@ func main() {
|
||||
- [ ] [RFC 5780](https://tools.ietf.org/html/rfc5780) — NAT Behavior Discovery Using STUN [#49](https://github.com/gortc/stun/issues/49)
|
||||
|
||||
# Stability
|
||||
Package is currently approaching beta stage, API should be fairly stable
|
||||
(with exception of Agent and Client) and implementation is almost complete.
|
||||
Bug reports are welcome.
|
||||
Package is currently stable, no backward incompatible changes are expected
|
||||
with exception of critical bugs or security fixes.
|
||||
|
||||
Additional attributes are unlikely to be implemented in scope of stun package,
|
||||
the only exception is constants for attribute or message types.
|
||||
|
Reference in New Issue
Block a user