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

Unified Diff: src/traffic-control/examples/wscript

Issue 328370043: Patch for DualQCoupledPiSquareQueueDisc
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/traffic-control/examples/wscript
===================================================================
--- a/src/traffic-control/examples/wscript
+++ b/src/traffic-control/examples/wscript
@@ -23,3 +23,10 @@
obj = bld.create_ns3_program('pie-example', ['point-to-point', 'internet', 'applications', 'flow-monitor', 'traffic-control'])
obj.source = 'pie-example.cc'
+
+ obj = bld.create_ns3_program('pi-square-example', ['point-to-point', 'internet', 'applications', 'flow-monitor', 'traffic-control'])
+ obj.source = 'pi-square-example.cc'
+
+ obj = bld.create_ns3_program('dual-q-coupled-pi-square-example', ['point-to-point', 'internet', 'applications', 'flow-monitor', 'traffic-control'])
+ obj.source = 'dual-q-coupled-pi-square-example.cc'
+
« no previous file with comments | « src/traffic-control/examples/red-tests.cc ('k') | src/traffic-control/model/dual-q-coupled-pi-square-queue-disc.h » ('j') | no next file with comments »

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