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

Unified Diff: examples/tcp/wscript

Issue 2408042: Ns-3 BulkSendApplication (Closed)
Patch Set: Comment fixes, update documentation Created 13 years, 3 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
« no previous file with comments | « examples/tcp/tcp-bulk-send.cc ('k') | src/applications/bulk-send/bulk-send-application.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/tcp/wscript
===================================================================
--- a/examples/tcp/wscript
+++ b/examples/tcp/wscript
@@ -20,3 +20,7 @@
obj = bld.create_ns3_program('star',
['point-to-point', 'internet-stack'])
obj.source = 'star.cc'
+
+ obj = bld.create_ns3_program('tcp-bulk-send',
+ ['point-to-point', 'internet-stack'])
+ obj.source = 'tcp-bulk-send.cc'
« no previous file with comments | « examples/tcp/tcp-bulk-send.cc ('k') | src/applications/bulk-send/bulk-send-application.h » ('j') | no next file with comments »

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