Git Product home page Git Product logo

ns-3's Introduction

Hi there 👋

FujiZ's GitHub stats

ns-3's People

Contributors

fujiz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ns-3's Issues

Some questions about DCTCP

Thanks for your answer。
And you have changed the attribute "Limit" in pfifofastqueuedisc from 100 to 1000.Thus the codes cannot run because the queue limit in queue.cc is only 100.
The second problem is that the server can send back ECN .But the client cannot match the conditions into DecreaseWindow( );

A problem about the NS3 project

Excuse me,I want to know your "m_ecnState“ in dctcp-soket.cc. The value maybe always equal 0,that mean the protocol is not ecn awareness. thank you very much。

Handle ECN capability of initial L4 protocol

In the handshake phase, L3.5 should check the TCP header and record whether that flow is enc-capable. Regardless of ecn-capability of initial TCP, L3.5 shoud make it sure that the new TCP header set to down targets are ecn-enabled, i.e., with ECN bit set. In this case, the receiver will always think that the sender is enc-capable. However, the receiver might be ecn-incapable, which should also be handled properly.

Missing "dcn" directory in last commit.

Hello.
I have cloned your repo for last commit at Apr 9, 2017, but i found there is no "dcn" directory in the "src" directory and the error occurred while compiling.
"../scratch/dctcp-convergence-test.cc:8:28: fatal error: ns3/dcn-module.h: No such file or directory"
I fixed this problem by copy an "dcn" directory from previous commit. I think its just a mistake and you will fix it soon. :)

some question about D2TCP DecreaseWindow()

hello,
I have found that you set the Tc as Bm_rtt->GetEstimate()->GetSeconds()/(3.0m_tcb->m_cWnd()->Get()/4.0);
and in D2TCP,the Tc is B/(3W/4);
so I think the EstimatedRTT is not needed and the m_cWnd() need to change to Window();
thanks

ECN mark

When the buffer area occupies more than a certain threshold, the TCP pakets' ECN position should be mark, but I don't understand how the program achieves it , please tell me , thank you.

Some questions about Dctcp project

Hello,
I have ran the codes about Dctcp,but i found that the function DecreaseWindow( ) in dctcpsocket & tcp-socket-base has never used . Then I want to know how to realize the Dctcp about the m_Cwd.

The second questions is about the differences between the server and the switch .

The third is about the traffic .You changed the app start time and stop time in different nodes .What is the traffic module.

Thanks a lot

where the SetInitialSSThresh (uint32_t threshold) is excuted

Excuse me,when I tested the dctcp program ,I founded the function the initial m_tcb->m_ssThresh's value is (2^32)-1 ,but I can't founded where the SetInitialSSThresh (uint32_t threshold) is excuted.,and can't understand why the m_tcb->m_ssThresh's value is UINT32_MAX.
Thank you.

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.