Tags: YUX/floo
Tags
Release v0.1.4 Performance Update: - 30.9 Gbps plaintext throughput (single stream) - 22.1 Gbps AEGIS-128L encrypted (single stream) - 23.3 Gbps AEGIS-128L reverse mode - 3.4x faster than FRP - 1.3x faster than Rathole Benchmarked on Apple M1 (4 vCPU) with comprehensive cipher coverage. Full changelog: https://github.com/YUX/floo/blob/main/CHANGELOG.md
fix: use i64 for RateLimiter timestamps instead of i128 x86_64 Linux does not support atomic operations on 128-bit integers. Changed timestamp fields from i128 to i64, which is sufficient for nanosecond precision until year 2262. This fixes cross-compilation for x86_64-linux-gnu and x86_64-linux-musl targets in the Release workflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Release v0.1.1 Patch release with Raspberry Pi support This release adds a Raspberry Pi-compatible build variant to fix 'illegal hardware instruction' errors on Raspberry Pi 4/5. Changes: - Add aarch64-linux-gnu-rpi build for Cortex-A76 (Raspberry Pi 4/5) - Update release documentation Raspberry Pi users should download floo-aarch64-linux-gnu-rpi.tar.gz 🤖 Generated with [Claude Code](https://claude.com/claude-code)