Giter Club home page Giter Club logo

dummynet's Introduction

Build

This builds on all RHEL7 / CentOS 7 releases. Make sure the linux kernel-headers package is installed.

 $ make all

The build will produce:

  • ipfw_mod.ko: the kernel module
  • ipfw: the userland program

Operation

Load the kernel module

# insmod ./kipfw-mod/ipfw_mod.ko

Add some ipfw rules

# ipfw -q flush
# ipfw -q pipe flush
# ipfw add pipe 3 in dst-port 80,443,8080
# ipfw pipe 3 config delay 80ms bw 40Mbit/s plr 0.01 queue 1000Kbytes

Unload the kernel module

# rmmod ipfw_mod.ko

Authors

This directory contains a port of ipfw and dummynet to Linux and Windows. This version of ipfw and dummynet is called "ipfw3" as it is the third major rewrite of the code. The source code here comes straight from FreeBSD (roughly the version in HEAD as of February 2010), plus some glue code and headers written from scratch. Unless specified otherwise, all the code here is under a BSD license.

CREDITS:

  • Luigi Rizzo (main design and development)
  • Marta Carbone (Linux and Planetlab ports)
  • Riccardo Panicucci (modular scheduler support)
  • Francesco Magno (Windows port)
  • Fabio Checconi (the QFQ scheduler)
  • Funding from Universita` di Pisa (NETOS project),
  • European Commission (ONELAB2 project)
  • ACM SIGCOMM (Sigcomm Community Projects Award, April 2012)

dummynet's People

Contributors

parmentelat avatar pmcgleenon avatar tomerb avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nmcconom

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.