mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
more changelog
This commit is contained in:
parent
749c9f15b4
commit
82cfbe5929
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
- Removed global `sync.Pool` of `[]byte`
|
||||
- Local `sync.Pool`s are used in the hot loops, but not exported, to avoid memory corruption if libraries are reused by other projects
|
||||
- This may increase allocations (and slightly reduce speed in CPU-bound benchmarks) when interacting with the tun/tap device, but traffic forwarded at the switch layer should be unaffected
|
||||
- Upgrade dependencies
|
||||
- Upgrade build to Go 1.16
|
||||
|
||||
### Fixed
|
||||
- Fixed a bug where the connection listener could exit prematurely due to resoruce exhaustion (if e.g. too many connections were opened)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue