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

Issue 342940043: SFQ queue disc implementation for ns-3

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

Description

The Stochastic Fair Queuing (SFQ) algorithm [1] is a Queue Management algorithm. This patch provides an implementation of SFQ in ns-3 along with documentation, test-suite and example program. Your reviews are much appreciated. Thanks, Aditya K Kamath [1] Paul E. McKenney "Stochastic Fairness Queuing", "Interworking: Research and Experience", v.2, 1991, p.113-131.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2277 lines, -0 lines) Patch
M src/internet/model/ipv4-packet-filter.h View 2 chunks +54 lines, -0 lines 0 comments Download
M src/internet/model/ipv4-packet-filter.cc View 2 chunks +132 lines, -0 lines 0 comments Download
M src/internet/model/ipv6-packet-filter.h View 2 chunks +54 lines, -0 lines 0 comments Download
M src/internet/model/ipv6-packet-filter.cc View 2 chunks +145 lines, -0 lines 0 comments Download
A src/traffic-control/doc/sfq.rst View 1 chunk +112 lines, -0 lines 0 comments Download
A src/traffic-control/examples/sfq-example.cc View 1 chunk +327 lines, -0 lines 0 comments Download
M src/traffic-control/examples/wscript View 1 chunk +3 lines, -0 lines 0 comments Download
A src/traffic-control/model/sfq-queue-disc.h View 1 chunk +176 lines, -0 lines 0 comments Download
A src/traffic-control/model/sfq-queue-disc.cc View 1 chunk +375 lines, -0 lines 0 comments Download
A src/traffic-control/test/sfq-queue-disc-test-suite.cc View 1 chunk +896 lines, -0 lines 0 comments Download
M src/traffic-control/wscript View 3 chunks +3 lines, -0 lines 0 comments Download

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