mirror of
https://github.com/fosrl/gerbil.git
synced 2026-05-07 04:09:58 -05:00
[PR #62] [MERGED] perf(relay): index WireGuard sessions by receiver index #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/gerbil/pull/62
Author: @LaurenceJJones
Created: 3/12/2026
Status: ✅ Merged
Merged: 4/3/2026
Merged by: @marcschaeferger
Base:
dev← Head:split/upstream-dev-relay-session-index📝 Commits (3)
abc744cperf(relay): index WireGuard sessions by receiver index3cf2ccdMerge branch 'dev' into split/upstream-dev-relay-session-indexeedd813Update Go version in GitHub Actions workflow📊 Changes
2 files changed (+15 additions, -14 deletions)
View changed files
📝
.github/workflows/test.yml(+1 -1)📝
relay/relay.go(+14 -13)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Currently untested, basis is to remove the range function which is O(n) scaling as more wireguard session come online.
How to test?
WIP
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.