Skip to content

Conversation

@sanity
Copy link
Collaborator

@sanity sanity commented Nov 13, 2025

Summary\n- detect Windows/WSL installs and prefer known-safe high UDP port ranges (still allowing 31337) before falling back to OS-assigned ephemerals so the default listener no longer lands inside Windows' excluded bands\n- add lightweight WSL detection helpers, range randomization, and a regression test that ensures the selector only returns values in the curated ranges\n\nFixes #2058\n\n## Testing\n- cargo test --lib config::port_allocation\n- cargo clippy --all-targets --all-features

sanity and others added 2 commits November 13, 2025 10:20
Addresses clippy::manual_find lint by replacing the explicit for loop
with the idiomatic .find() method.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@sanity sanity added this pull request to the merge queue Nov 16, 2025
Merged via the queue into main with commit 58f47ce Nov 16, 2025
11 checks passed
@sanity sanity deleted the issue-2058-port-range branch November 16, 2025 03:58
sanity added a commit that referenced this pull request Nov 17, 2025
Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants