{"id":16588006,"url":"https://github.com/zxilly/bbr-v3-pkg","last_synced_at":"2025-06-25T15:06:15.299Z","repository":{"id":188196159,"uuid":"678262946","full_name":"Zxilly/bbr-v3-pkg","owner":"Zxilly","description":"Compile bbrv3 kernel into deb/rpm format.","archived":false,"fork":false,"pushed_at":"2024-10-08T12:06:42.000Z","size":67,"stargazers_count":41,"open_issues_count":0,"forks_count":20,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T15:05:37.267Z","etag":null,"topics":["bbr","bbr-v3","bbr3","bbrv3","deb","rpm","tcp"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zxilly.png","metadata":{"files":{"readme":"README.EN.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-14T06:27:25.000Z","updated_at":"2025-06-10T13:04:58.000Z","dependencies_parsed_at":"2023-08-16T10:56:02.151Z","dependency_job_id":"f1a73750-af00-4e29-a56c-6be3fce547b9","html_url":"https://github.com/Zxilly/bbr-v3-pkg","commit_stats":null,"previous_names":["zxilly/bbr-v3-deb","zxilly/bbr-v3-pkg"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/Zxilly/bbr-v3-pkg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zxilly%2Fbbr-v3-pkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zxilly%2Fbbr-v3-pkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zxilly%2Fbbr-v3-pkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zxilly%2Fbbr-v3-pkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zxilly","download_url":"https://codeload.github.com/Zxilly/bbr-v3-pkg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zxilly%2Fbbr-v3-pkg/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261896993,"owners_count":23226646,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bbr","bbr-v3","bbr3","bbrv3","deb","rpm","tcp"],"created_at":"2024-10-11T22:55:36.546Z","updated_at":"2025-06-25T15:06:15.275Z","avatar_url":"https://github.com/Zxilly.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# bbr-v3-pkg\n\n[![Build Package](https://github.com/Zxilly/bbr-v3-pkg/actions/workflows/build.yml/badge.svg)](https://github.com/Zxilly/bbr-v3-pkg/actions/workflows/build.yml)\n\nCompile Linux kernel with BBRv3 support into deb/rpm package formats.\n\n## Installation\n\nDownload from `https://github.com/Zxilly/bbr-v3-deb/releases/latest`.\n\nFor Debian/Ubuntu systems, download the `linux-headers-*.deb` and `linux-image-*.deb` files and install using `dpkg -i` or `apt install`.\n\nFor RPM-based systems (like Fedora, CentOS, RHEL), download the `kernel-headers-*.rpm` and `kernel-*.rpm` files.\n\nIf kernel modules need to be built, also download the `kernel-devel-*.rpm` file.\n\nInstall using rpm -i or dnf install.\n\n## Configuration\n\n### Enabling BBRv3\n\n```bash\n# Set up BBRv3\necho 'net.ipv4.tcp_congestion_control=bbr' | sudo tee -a /etc/sysctl.conf\nsudo sysctl -p\n\n# Check the current TCP congestion control algorithm\nsysctl net.ipv4.tcp_congestion_control\n\n# Check available TCP congestion control algorithms; algorithms compiled as modules will not be displayed\nsysctl net.ipv4.tcp_available_congestion_control\n```\n\nTo enable BBRv3, set the congestion control algorithm to `bbr`. If you want to use an earlier version of BBR, set the congestion control algorithm to `bbr1`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxilly%2Fbbr-v3-pkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzxilly%2Fbbr-v3-pkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzxilly%2Fbbr-v3-pkg/lists"}