Coder Social home page Coder Social logo

akshay6697 / modification-of-dctcp Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 1.0 104.78 MB

This repository contains the source code related to the T-DCTCP which can be used to reproduce the results presented in the paper - TCP improvements for data center networks

License: GNU General Public License v2.0

Makefile 0.15% Python 3.96% C++ 92.98% MATLAB 0.16% Click 0.08% C 1.37% Shell 0.01% Perl 1.25% Gnuplot 0.03% Batchfile 0.01%

modification-of-dctcp's Issues

Resetting alpha needs changes in tcp-socket-base

Modification 2 proposed in the T DCTCP paper is resetting alpha ( Congestion indicator ) after Delayed Ack Timeout happens. But as we know it, Delayed Ack Timeout happens on Receiver side after which it sends cumulative Ack for all the packets that it received. Here, in the paper, according to our understanding, it means no Ack arrived to sender side for duration equal to Delayed Ack Timeout.
So,based on this, we propose to do following change

On arrival of every Ack
     t =  difference of arrival time of current Ack and the previous Ack 
     If ( t > Delayed Ack Timeout)
         alpha = 0 

We need to add a variable to store the time of previous Ack Arrival.
Link to the paper : http://ieeexplore.ieee.org/xpls/icp.jsp?arnumber=6465539&tag=1

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.