Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1724)

Issue 337170043: Deficit Round Robin queue disc implementation for ns-3

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 4 months ago by akhilu077
Modified:
6 years, 4 months ago
Reviewers:
CC:
ns-3-reviews_googlegroups.com
Visibility:
Public.

Description

DRR queue disc is a fair queuing algorithm. This patch provides an implementation of DRR in ns-3 along with documentation, example and test-suite. The code has been aligned with the ns-2 implementation of DRR. Please provide your valuable feedback. Thanks, Akhil U Kaushik Kalmady Vilas M

Patch Set 1 #

Patch Set 2 : Deficit Round Robin queue disc implementation for ns-3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1754 lines, -1 line) Patch
A examples/traffic-control/drr-example.cc View 1 chunk +322 lines, -0 lines 0 comments Download
M examples/traffic-control/wscript View 1 chunk +3 lines, -0 lines 0 comments Download
M src/internet/model/ipv4-packet-filter.h View 1 chunk +22 lines, -0 lines 0 comments Download
M src/internet/model/ipv4-packet-filter.cc View 1 chunk +82 lines, -0 lines 0 comments Download
M src/internet/model/ipv6-packet-filter.h View 1 chunk +22 lines, -0 lines 0 comments Download
M src/internet/model/ipv6-packet-filter.cc View 1 chunk +81 lines, -0 lines 0 comments Download
A src/traffic-control/doc/drr.rst View 1 chunk +106 lines, -0 lines 0 comments Download
A src/traffic-control/model/drr-queue-disc.h View 1 1 chunk +166 lines, -0 lines 0 comments Download
A src/traffic-control/model/drr-queue-disc.cc View 1 1 chunk +352 lines, -0 lines 0 comments Download
A src/traffic-control/test/drr-queue-disc-test-suite.cc View 1 chunk +594 lines, -0 lines 0 comments Download
M src/traffic-control/wscript View 3 chunks +4 lines, -1 line 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b