You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add SO_REUSEPORT socket option for faster port reuse in tests
On Linux/macOS, SO_REUSEPORT allows multiple sockets to bind to the
same port, which helps prevent "Address already in use" errors when
tests run in quick succession and ports are still in TIME_WAIT state.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments