-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule yggdrasil-go
updated
10 files
+7 −0 | CHANGELOG.md | |
+1 −0 | go.mod | |
+2 −0 | go.sum | |
+29 −37 | src/core/link.go | |
+0 −2 | src/core/link_tcp.go | |
+4 −6 | src/core/link_tls.go | |
+2 −4 | src/core/link_unix.go | |
+5 −1 | src/core/link_ws.go | |
+22 −14 | src/multicast/multicast.go | |
+1 −1 | src/multicast/multicast_darwin_cgo.go |