Darwin udp fix (#1428)

This commit is contained in:
Nate Brown
2025-07-02 15:50:22 -05:00
committed by GitHub
parent b3a1f7b0a3
commit c2420642a0
4 changed files with 162 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.