Coder Social home page Coder Social logo

bbrx's Introduction

This project has two parts:

  • tcp_bbrx kernel module (implements BBRx)
  • tcp_stats collector (read tcp_stats over netlink socket)

The kernel patches and the module was test on linux-4.15.18. To test BBRx,

  1. Apply the two patches to kernel source
  2. Compile and install the kernel
  3. Build the tcp_bbrx module: cd kernel_module make sudo insmod tcp_bbrx.ko
  4. iperf3 -s
  5. iperf3 -c localhost -t 10 -C bbrx

bbrx's People

Contributors

ultragoose avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bbrx's Issues

where is the code to update β and/or k ?

@ultragoose
Hello,thx for ur BBRx code. I have checked the source code of BBRx, but I am puzzled of the following issues:

  1. According to your paper, that is 'The BBRx module table bins are updated separately by Learning Agent when it has a new β and/or k update for the bin',but I can't find where is the code to update β and/or k using the Empirical Auto-Tuning Method, neither in collect collectorCC.c and BBRx.cc.
  2. Or can you explain in brief how to update β and/or k according to the actual network?
  3. If you don't update β and k according to the real network, what is the purpose to get flow state using netlink in collectorCC.c?
  4. How this algorithm performs in LTE where bandwidth and rtt vary quickly?

Thx a lot,
Looking forward to you reply.
EcinBin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.