pull in vpn performance tuning#8739
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR pulls in VPN performance tuning by updating the github.com/getlantern/radiance dependency to a newer pseudo-version, along with the corresponding module checksum updates.
Changes:
- Bump
github.com/getlantern/radiancetov0.0.0-20260507232251-71c8a8b5b1c2. - Update
go.sumto reflect the newradianceversion and drop now-unused olderbroflakeentries.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the required github.com/getlantern/radiance version to pull in the performance tuning changes. |
| go.sum | Syncs module checksums with the updated dependency graph after the radiance bump. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
myleshorton
pushed a commit
that referenced
this pull request
May 12, 2026
Pulls in #8736 (idempotency keys), #8738 #8744 (radiance/lantern-box bumps), #8739 (VPN performance), screenshot attachments to issue reports, and #8745 (sysext hash caching). Conflict resolution: - go.mod / go.sum: took main's pins (radiance, kindling, lantern-box bumped to current main), then restored our local replace directives for ../radiance and ../lantern-box so the in-flight SmC work on fisk/peer-connection-events and fisk/peer-connection-listener stays in effect during dev. Replaces carry comments noting when to drop them. - backend/radiance.go (in ../radiance fisk/peer-connection-events): combined main's sessionHistory field + DisconnectVPN-on-close with our peer-share teardown. Peer teardown runs BEFORE DisconnectVPN because /v1/peer/deregister needs a live outbound. - ../radiance go.mod re-pinned to our lantern-box pseudo-version (3201d6a) via go get so radiance still gets the samizdat real-RemoteAddr fix instead of main's stale lantern-box v0.0.82. lantern-core builds clean; radiance peer + ipc tests pass. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Pull in VPN performance tuning.