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

Issue 316410043: Implementation of REM (Random Exponential Marking) Queue Disc in ns-3

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years ago by tarteisha
Modified:
7 years ago
Reviewers:
CC:
ns-3-reviews_googlegroups.com
Visibility:
Public.

Description

Random Exponential Marking (REM) [1] is an active queue management algorithm like Random Early Detection (RED) [2], but differs in the following aspects: (i) the way congestion is measured and, (ii) how the measured congestion is related to the dropping probability. This patch has been made with respect to current ns-3 dev which includes implementation of REM, test-suite, example program and documentation. Your suggestions would be appreciated. Regards, Isha Tarte Aparna R. Joshi Navya R.S. References: [1] Athuraliya, S., Low, S. H., Li, V. H., & Yin, Q. (2001). REM: Active queue management. IEEE network, 15(3), 48-53. [2] Floyd, S., & Jacobson, V. (1993). Random early detection gateways for congestion avoidance. IEEE/ACM Transactions on Networking (ToN), 1(4), 397-413.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1420 lines, -0 lines) Patch
A examples/traffic-control/rem-example.cc View 1 chunk +330 lines, -0 lines 0 comments Download
M examples/traffic-control/wscript View 1 chunk +4 lines, -0 lines 0 comments Download
A src/traffic-control/doc/rem.rst View 1 chunk +88 lines, -0 lines 0 comments Download
A src/traffic-control/model/rem-queue-disc.h View 1 chunk +193 lines, -0 lines 0 comments Download
A src/traffic-control/model/rem-queue-disc.cc View 1 chunk +413 lines, -0 lines 0 comments Download
A src/traffic-control/test/rem-queue-disc-test-suite.cc View 1 chunk +389 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