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

Side by Side 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
Left:
Right:
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 unified diff | Download patch
OLDNEW
(Empty)
1 # -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; - *-
2
3 def build(bld):
4 pass
5
6 obj = bld.create_ns3_program('red-tests', ['point-to-point', 'internet', 'ap plications', 'flow-monitor', 'traffic-control'])
7 obj.source = 'red-tests.cc'
8
9 obj = bld.create_ns3_program('pfifo-vs-red', ['point-to-point', 'point-to-po int-layout', 'internet', 'applications', 'traffic-control'])
10 obj.source = 'pfifo-vs-red.cc'
11
12 obj = bld.create_ns3_program('codel-vs-pfifo-basic-test', ['point-to-point', 'network', 'internet', 'applications', 'traffic-control'])
13 obj.source = 'codel-vs-pfifo-basic-test.cc'
14 ····
15 obj = bld.create_ns3_program('codel-vs-pfifo-asymmetric', ['point-to-point', 'network', 'internet', 'applications', 'traffic-control'])
16 obj.source = 'codel-vs-pfifo-asymmetric.cc'
17
OLDNEW

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