Files
ja4sentinel/internal/output
Jacquin Antoine 0b1df9ac6e
Some checks failed
Build RPM Package / Build RPM Packages (CentOS 7, Rocky 8/9/10) (push) Has been cancelled
fix: use unixgram (DGRAM) instead of unix (STREAM) for socket output
- Change net.DialTimeout from "unix" to "unixgram"
- Fixes "protocol wrong type for socket" error
- DGRAM sockets are connectionless, better suited for log shipping
- Update test to use net.ListenUnixgram instead of net.Listen

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-03 00:04:57 +01:00
..