mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 16:20:26 +00:00
Update documentation, remove stray .DS_Store file
This commit is contained in:
parent
af478e0e45
commit
2da3ef420c
@ -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)
|
- Admin socket clean-up (making some names consistent)
|
||||||
- Latency-based parent selection for the switch instead of uptime-based
|
- Latency-based parent selection for the switch instead of uptime-based
|
||||||
- Real peering endpoints now shown in the admin socket `getPeers` call
|
- 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
|
### Fixed
|
||||||
- Memory leaks in the DHT fixed
|
- Memory leaks in the DHT fixed
|
||||||
|
@ -15,7 +15,7 @@ You're encouraged to play with it, but it is strongly advised not to use it for
|
|||||||
|
|
||||||
## Building
|
## 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. Clone this repository.
|
||||||
2. `./build`
|
2. `./build`
|
||||||
|
|
||||||
|
BIN
contrib/.DS_Store
vendored
BIN
contrib/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user