Giter VIP home page Giter VIP logo

gaokaihui / ns2-tso Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dfshan/ns2-tso

0.0 0.0 0.0 60.65 MB

Implementation of TSO processing in TCP layer

Makefile 1.17% xBase 0.13% C 40.70% Roff 6.76% Emacs Lisp 0.06% TeX 3.17% Shell 1.91% M4 0.63% Tcl 18.60% C++ 23.87% HTML 0.40% Perl 0.66% Lua 0.02% PostScript 0.67% Awk 0.03% Mathematica 0.70% MATLAB 0.01% Gnuplot 0.03% DIGITAL Command Language 0.04% BlitzBasic 0.42%

ns2-tso's Introduction

Introduction

This is a simple implementation of TSO processing in TCP layer. The implementation follows GNU/Linux 2.6.38.3.

Note: we only implement colascing data in TCP layer. Sending a larger virtual packet into NIC layer and segmentation offload is our future work.

Example

In directory example, run simulation with script run_baseline.sh

How to use

Use the TCP Agent Agent/TCP/FullTcp.

Enable TSO:

Agent/TCP/FullTcp set tso_enable_ true

Change TSO settings:

# maximum TSO size in Bytes
Agent/TCP/FullTcp set max_tso_size_ 65536
# the same meaning as the sysctl parameter net.ipv4.tcp_tso_win_divisor in Linux
Agent/TCP/FullTcp set tcp_tso_win_divisor_ 3

References

Danfeng Shan, Fengyuan Ren, "Improving ECN Marking Scheme with Micro-burst Traffic in Data Center Networks", IEEE INFOCOM, Atlanta, GA, May, 2017.

Bibtex:

@inproceedings {infocom17cedm,
	author = {Danfeng Shan and Fengyuan Ren},
	title = {Improving ECN Marking Scheme with Micro-burst Traffic in Data Center Networks},
	booktitle = {IEEE INFOCOM},
	year = {2017},
}

ns2-tso's People

Contributors

gaokaihui avatar dfshan avatar

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.