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

Side by Side Diff: examples/tcp/wscript

Issue 328380044: Patch for GSOC Project : Framework for TCP Prague simulations in ns-3
Patch Set: Created 6 years, 7 months 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
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- 1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2 2
3 def build(bld): 3 def build(bld):
4 obj = bld.create_ns3_program('tcp-large-transfer', 4 obj = bld.create_ns3_program('tcp-large-transfer',
5 ['point-to-point', 'applications', 'internet']) 5 ['point-to-point', 'applications', 'internet'])
6 obj.source = 'tcp-large-transfer.cc' 6 obj.source = 'tcp-large-transfer.cc'
7 7
8 obj = bld.create_ns3_program('tcp-nsc-lfn', 8 obj = bld.create_ns3_program('tcp-nsc-lfn',
9 ['point-to-point', 'applications', 'internet']) 9 ['point-to-point', 'applications', 'internet'])
10 obj.source = 'tcp-nsc-lfn.cc' 10 obj.source = 'tcp-nsc-lfn.cc'
(...skipping 20 matching lines...) Expand all
31 31
32 obj = bld.create_ns3_program('tcp-nsc-comparison', 32 obj = bld.create_ns3_program('tcp-nsc-comparison',
33 ['point-to-point', 'internet', 'applications', 'flow-monitor']) 33 ['point-to-point', 'internet', 'applications', 'flow-monitor'])
34 34
35 obj.source = 'tcp-nsc-comparison.cc' 35 obj.source = 'tcp-nsc-comparison.cc'
36 ···· 36 ····
37 obj = bld.create_ns3_program('tcp-variants-comparison', 37 obj = bld.create_ns3_program('tcp-variants-comparison',
38 ['point-to-point', 'internet', 'applications', 'flow-monitor']) 38 ['point-to-point', 'internet', 'applications', 'flow-monitor'])
39 39
40 obj.source = 'tcp-variants-comparison.cc' 40 obj.source = 'tcp-variants-comparison.cc'
41 ···
42 obj = bld.create_ns3_program('dctcp-example',
43 ['point-to-point', 'internet', 'applications', 'flow-monitor'])
44
45 obj.source = 'dctcp-example.cc'
41 ···· 46 ····
OLDNEW

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