5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-09 16:20:26 +00:00
yggdrasil-go/src/core
Neil Alexander f08dec822a
Priority support (#964)
* Allow setting link priorities

* Fix a bug

* Allow setting priority on listeners and multicast interfaces

* Update `yggdrasilctl`

* Update to Arceliar/ironwood#5
2022-10-26 09:24:24 +01:00
..
api.go Priority support (#964) 2022-10-26 09:24:24 +01:00
core_test.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
core.go Tidy up 2022-10-02 13:20:39 +01:00
debug.go Tidy up 2022-10-02 13:20:39 +01:00
link_socks.go Don't log duplicate connection attempt 2022-10-21 19:49:49 +01:00
link_tcp_darwin.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tcp_linux.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tcp_other.go Link refactor (#941) 2022-09-17 20:07:00 +01:00
link_tcp.go Priority support (#964) 2022-10-26 09:24:24 +01:00
link_tls.go Priority support (#964) 2022-10-26 09:24:24 +01:00
link_unix.go Priority support (#964) 2022-10-26 09:24:24 +01:00
link.go Priority support (#964) 2022-10-26 09:24:24 +01:00
nodeinfo.go Fix setting nodeinfo (closes #954) 2022-10-15 15:42:52 +01:00
options.go Reimplement AddPeer and RemovePeer for admin socket (#951) 2022-10-02 12:35:43 +01:00
proto.go Fix data races in handleProto (observed by @majestrate) 2022-07-07 17:03:29 +01:00
types.go have the core wrap and export the underlying PacketConn, move IPv6 ReadWriteCloser wrapper logic to a separate package 2021-07-05 13:14:12 -05:00
version.go Yggdrasil v0.4.0rc4 2021-06-28 18:21:53 +01:00