Skip to content

Commit

Permalink
chore: fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes committed Oct 30, 2024
1 parent 3bce7fa commit 4d978a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ prebuilt-binary:
release --clean
.PHONY: prebuilt-binary

<<<<<<< HEAD
=======
## check-bbr: Check if your system uses BBR congestion control algorithm. Only works on Linux.
check-bbr:
@echo "Checking if BBR is enabled..."
Expand All @@ -237,7 +235,6 @@ check-bbr:
fi
.PHONY: check-bbr

>>>>>>> c410d880 (fix: make check-bbr (#4004))
## enable-bbr: Enable BBR congestion control algorithm. Only works on Linux.
enable-bbr:
@echo "Configuring system to use BBR..."
Expand Down

0 comments on commit 4d978a7

Please sign in to comment.