Skip to content

Commit

Permalink
Merge pull request torvalds#314 from libos-nuse/feature-conf-bbr
Browse files Browse the repository at this point in the history
lkl: enable BBR congestion control algorithm for TCP
  • Loading branch information
thehajime authored Feb 9, 2017
2 parents cd60be9 + b76c4fd commit 419f37c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/lkl/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ config LKL
select 64BIT if OUTPUT_FORMAT = "elf64-x86-64-freebsd"
select IP_PNP
select IP_PNP_DHCP
select TCP_CONG_BBR

config OUTPUTFORMAT
string
Expand Down

0 comments on commit 419f37c

Please sign in to comment.