Align Max workflow description

This commit is contained in:
byjoey
2026-06-15 20:52:07 +08:00
parent af2d3d678b
commit c5b789cd4b
+1 -1
View File
@@ -179,7 +179,7 @@ jobs:
mv net/ipv4/tcp_bbr.c.tmp net/ipv4/tcp_bbr.c mv net/ipv4/tcp_bbr.c.tmp net/ipv4/tcp_bbr.c
if [ "${{ matrix.profile }}" = "max" ]; then if [ "${{ matrix.profile }}" = "max" ]; then
echo 'MODULE_DESCRIPTION("TCP BBR v3 Max - extreme throughput profile by Joey");' >> net/ipv4/tcp_bbr.c echo 'MODULE_DESCRIPTION("TCP BBR v3 Max - aggressive throughput profile by Joey");' >> net/ipv4/tcp_bbr.c
else else
echo 'MODULE_DESCRIPTION("TCP BBR v3 (Bottleneck Bandwidth and RTT) - Compiled & Optimized by Joey");' >> net/ipv4/tcp_bbr.c echo 'MODULE_DESCRIPTION("TCP BBR v3 (Bottleneck Bandwidth and RTT) - Compiled & Optimized by Joey");' >> net/ipv4/tcp_bbr.c
fi fi