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

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

Issue 284530043: Introduce the traffic control layer (Closed)
Patch Set: Use DoInitialize to check config and initialize queue discs Created 8 years, 1 month 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
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/traffic-control/examples/wscript
@@ -0,0 +1,17 @@
+# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+ pass
+
+ obj = bld.create_ns3_program('red-tests', ['point-to-point', 'internet', 'applications', 'flow-monitor', 'traffic-control'])
+ obj.source = 'red-tests.cc'
+
+ obj = bld.create_ns3_program('pfifo-vs-red', ['point-to-point', 'point-to-point-layout', 'internet', 'applications', 'traffic-control'])
+ obj.source = 'pfifo-vs-red.cc'
+
+ obj = bld.create_ns3_program('codel-vs-pfifo-basic-test', ['point-to-point','network', 'internet', 'applications', 'traffic-control'])
+ obj.source = 'codel-vs-pfifo-basic-test.cc'
+
+ obj = bld.create_ns3_program('codel-vs-pfifo-asymmetric', ['point-to-point','network', 'internet', 'applications', 'traffic-control'])
+ obj.source = 'codel-vs-pfifo-asymmetric.cc'
+

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