Update nebula to master 7cfa47d - #407
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MurGUoeWWCURHtoWFB7R56
nbrownus
approved these changes
Sep 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves the nebula pin from
v1.11.0to master7cfa47d(2026-09-22). This is the commit every Defined Networking client is converging on. It supersedes #404, which stops atv1.11.2.Master has everything v1.11.2 backported, plus work that never went to the release line. The indirect bumps are nebula master's own dependency versions.
On iOS, master's Network Extension idles about 7 MiB lower than 1.11, because it no longer links gopacket (DefinedNet/nebula-apple#8). This app links the same nebula package graph.
Verified in
nebula/:go build ./...,go vet ./...(host andGOOS=android GOARCH=arm64),go test ./..., and an iOS arm64 cgo cross-compile.lookihere: iOS Network Extension memory, 1.11 vs master
Measured on an iPhone 13 Pro, same site. A 10-second timer in the extension logs the process footprint from
task_info(TASK_VM_INFO), plusos_proc_available_memory()and Goruntime.MemStats. The jetsam limit is footprint + available.Native app (nebula-apple), Debug build. A is
release-1.112a3aa08, B is mastere20569c, the parent of7cfa47d. About 5 minutes idle each.SysHeapInuseFlutter app (mobile_nebula), Profile build. A is
v1.11.2, B is master7cfa47d. About 5 minutes idle each.SysHeapInuse(median)A's before-start sample fell outside the log window.
Both apps come out within about 0.5 MiB of each other, so the difference comes from nebula, not from the app wrapper. Master no longer links gopacket (slackhq/nebula#1864), which is where most of the drop comes from.
🤖 Generated with Claude Code
https://claude.ai/code/session_01MurGUoeWWCURHtoWFB7R56