Add support to tear down a netstack
Open
area: networking
priority: p2
type: enhancement
- Dominant language
- Go
- Stars
- 19.3k
- Forks
- 2k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 264
Description
Currently, netstack assumes that an instance will live until program termination. It provides no way to safely release its resources resulting in resource leaks if netstacks are abandoned. Netstack should provide a way to tear itself down and release its resources.
Contributor guide
Assessment
This issue has not been assessed yet.