5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 00:59:37 +00:00

Update documentation, remove stray .DS_Store file

This commit is contained in:
Neil Alexander 2018-12-08 10:30:43 +00:00
parent af478e0e45
commit 2da3ef420c
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
3 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Admin socket clean-up (making some names consistent)
- Latency-based parent selection for the switch instead of uptime-based
- Real peering endpoints now shown in the admin socket `getPeers` call
- Reuse the multicast port on supported platforms so that multiple Yggdrasil processes can run
### Fixed
- Memory leaks in the DHT fixed

View File

@ -15,7 +15,7 @@ You're encouraged to play with it, but it is strongly advised not to use it for
## Building
1. Install Go (tested on 1.9+, [godeb](https://github.com/niemeyer/godeb) is recommended for debian-based linux distributions).
1. Install Go (requires 1.11 or later, [godeb](https://github.com/niemeyer/godeb) is recommended for Debian-based Linux distributions).
2. Clone this repository.
2. `./build`

BIN
contrib/.DS_Store vendored

Binary file not shown.