WIP: rebase fork onto upstream/main (v1.103.0) #15

Closed
codinget wants to merge 670 commits from webnet into save/webnet-2026-07-29
Showing only changes of commit 168b20d3b4 - Show all commits
+1 -2
View File
@@ -26,8 +26,7 @@ import (
// other geese where this is false.
const goosGetsLegacyNetmapNotify = runtime.GOOS == "windows" ||
runtime.GOOS == "darwin" ||
runtime.GOOS == "ios" ||
runtime.GOOS == "android"
runtime.GOOS == "ios"
type rateLimitingBusSender struct {
fn func(*ipn.Notify) (keepGoing bool)