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

Unified 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
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: examples/tcp/wscript
===================================================================
--- a/examples/tcp/wscript
+++ b/examples/tcp/wscript
@@ -38,4 +38,9 @@
['point-to-point', 'internet', 'applications', 'flow-monitor'])
obj.source = 'tcp-variants-comparison.cc'
+
+ obj = bld.create_ns3_program('dctcp-example',
+ ['point-to-point', 'internet', 'applications', 'flow-monitor'])
+
+ obj.source = 'dctcp-example.cc'

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