版上怎麼都沒人討論有關 TCP BBR 的事情? - Linux

By Carolina Franco
at 2017-02-17T17:29
at 2017-02-17T17:29
Table of Contents
由於我是個萬年新手,對這些東西實在是不了解,
今天在中國的論壇看到了 TCP BBR 這個關鍵字,
全名為 Bottleneck Bandwidth and RTT,
這是一款 Google 所開發的擁塞控制演算法,
可以一定程度上的增加網路速度、穩定度,
並已經收錄於 Linux 4.9 中,請問有使用心得嗎?
開啟辦法(從網路上抄來的)(2017/02/18 更新):
1. 更新 kernel 到 4.9
2. 加載內核模塊
建立 /etc/modules-load.d/80-bbr.conf 並在內容輸入 tcp_bbr
3. 使用 BBR 演算法
sudo sysctl net.ipv4.tcp_congestion_control=bbr
4. 設定每次開機自動啟用
建立 /etc/sysctl.d/80-bbr.conf
並在內容輸入 net.ipv4.tcp_congestion_control = bbr
5. 執行
lsmod | grep bbr
(有看到 tcp_bbr 就代表 bbr 已經啟動)
--
今天在中國的論壇看到了 TCP BBR 這個關鍵字,
全名為 Bottleneck Bandwidth and RTT,
這是一款 Google 所開發的擁塞控制演算法,
可以一定程度上的增加網路速度、穩定度,
並已經收錄於 Linux 4.9 中,請問有使用心得嗎?
開啟辦法(從網路上抄來的)(2017/02/18 更新):
1. 更新 kernel 到 4.9
2. 加載內核模塊
建立 /etc/modules-load.d/80-bbr.conf 並在內容輸入 tcp_bbr
3. 使用 BBR 演算法
sudo sysctl net.ipv4.tcp_congestion_control=bbr
4. 設定每次開機自動啟用
建立 /etc/sysctl.d/80-bbr.conf
並在內容輸入 net.ipv4.tcp_congestion_control = bbr
5. 執行
lsmod | grep bbr
(有看到 tcp_bbr 就代表 bbr 已經啟動)
--
Tags:
Linux
All Comments

By Todd Johnson
at 2017-02-22T16:56
at 2017-02-22T16:56

By Agnes
at 2017-02-24T03:46
at 2017-02-24T03:46

By Iris
at 2017-02-25T04:25
at 2017-02-25T04:25

By Rosalind
at 2017-03-01T07:12
at 2017-03-01T07:12

By Kelly
at 2017-03-05T13:52
at 2017-03-05T13:52

By Wallis
at 2017-03-08T07:29
at 2017-03-08T07:29

By Sierra Rose
at 2017-03-08T23:58
at 2017-03-08T23:58

By Delia
at 2017-03-12T23:25
at 2017-03-12T23:25

By Sandy
at 2017-03-15T13:07
at 2017-03-15T13:07

By Mason
at 2017-03-19T19:34
at 2017-03-19T19:34

By Barb Cronin
at 2017-03-21T08:37
at 2017-03-21T08:37

By Isabella
at 2017-03-24T22:54
at 2017-03-24T22:54

By Oliver
at 2017-03-29T16:23
at 2017-03-29T16:23

By Edwina
at 2017-04-01T14:54
at 2017-04-01T14:54

By James
at 2017-04-04T13:55
at 2017-04-04T13:55

By Donna
at 2017-04-05T13:44
at 2017-04-05T13:44
Related Posts
git push之後有辦法回覆嗎?

By Freda
at 2017-02-16T19:54
at 2017-02-16T19:54
Rpi3音效問題

By Annie
at 2017-02-16T11:54
at 2017-02-16T11:54
Raspberry pi 3推得動外接硬碟嗎?

By Skylar Davis
at 2017-02-15T19:02
at 2017-02-15T19:02
antergos 安裝 ttf-arphic-ukai 會強制使用標楷體

By Frederic
at 2017-02-14T09:13
at 2017-02-14T09:13
libcrypto.so.7跟libssl

By Ina
at 2017-02-14T00:59
at 2017-02-14T00:59