Giter Club home page Giter Club logo

rc3-linux's Introduction

The Linux code for RC3

This code has not yet been well documented and cleaned up.

Please grep for "Radhika" to locate all RC3 related code changes (which aren't many).

The files changed are: include/asm-generic/socket.h; include/net/sock.h; include/linux/tcp.h; include/net/tcp.h; net/ipv4/ip_input.c; net/ipv4/ip_output.c; net/ipv4/tcp.c; net/ipv4/tcp_input.c; net/ipv4/tcp_output.c; net/ipv4/tcp_timer.c; net/sched/sch_prio.c;

To replay RC3 results, set your qdisc to prio with 8 bands and your send and receive buffer sizes to around 2GB.

The configuration I tested it on was: net.ipv4.tcp_dsack = 0; net.ipv4.tcp_fack = 0; net.ipv4.tcp_timestamps = 0; net.core.wmem_max = 2048000000; net.ipv4.tcp_wmem = 10240 2048000000 2048000000; net.core.rmem_max = 2048000000; net.ipv4.tcp_rmem = 10240 2048000000 2048000000;

Not being a Linux kernel expert, there might be some corner cases that have not been dealt with. If you find any such corner cases, or any bugs, please bring it to my notice.

I apologize for the bad documentation.

Please email me at radhika @ eecs.berkeley.edu for any questions.

Thanks!

rc3-linux's People

Contributors

radhikamittal avatar

Watchers

 avatar  avatar

Forkers

ryanhuang1014

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.