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
* feat: add environment variable support for configuration flags
Enable configuration via environment variables using TCPULSE_ prefix.
All command-line flags can now be set as environment variables with
dashes converted to underscores (e.g., TCPULSE_MESSAGE_BYTES=128).
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* chore: remove revive from test target in Makefile
* fix: correct sync.Pool usage in UDP buffer allocation
Fix interface conversion panic in connectUDP by ensuring the pool
returns *[]byte instead of []byte. This resolves the test failure
in TestConnectUDPContextCancellation.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
0 commit comments