Darwin udp fix (#1426)

This commit is contained in:
Nate Brown
2025-07-01 16:41:29 -05:00
committed by GitHub
parent a1498ca8f8
commit 4870bb680d
4 changed files with 178 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
//go:build (!linux || android) && !e2e_testing
//go:build (!linux || android) && !e2e_testing && !darwin
// +build !linux android
// +build !e2e_testing
// +build !darwin
// udp_generic implements the nebula UDP interface in pure Go stdlib. This
// means it can be used on platforms like Darwin and Windows.