fix: IPv6 support, client address family matching, gitignore cleanup

- Client auto-detects IPv4/IPv6 from relay address and binds accordingly
- Relay defaults to 0.0.0.0:4433, use --listen [::]:4433 for IPv6
- .gitignore excludes .claude/, swap files
- Fix pipeline drain infinite loop in benchmarks

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-03-27 14:17:49 +04:00
parent 79f9ff1596
commit 3c99503eb1
4 changed files with 17 additions and 7 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,6 @@
/target
.DS_Store
.claude/
*.swp
*.swo
*~