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

Unified Diff: examples/tcp/tcp-variants-comparison.cc

Issue 10975043: Fix building with Clang 3.2 (brute force approach) (Closed)
Patch Set: Rebased on ns-3-dev 10211:1af765ed27c8 Created 10 years, 5 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/tcp-variants-comparison.cc
===================================================================
--- a/examples/tcp/tcp-variants-comparison.cc
+++ b/examples/tcp/tcp-variants-comparison.cc
@@ -300,7 +300,6 @@
ApplicationContainer sourceApp = ftp.Install (sources.Get(i));
sourceApp.Start (Seconds (start_time*i));
sourceApp.Stop (Seconds (stop_time - 3));
- Time check_start (Seconds((start_time*i)+3));
sinkHelper.SetAttribute ("Protocol", TypeIdValue (TcpSocketFactory::GetTypeId ()));
ApplicationContainer sinkApp = sinkHelper.Install (sinks);
« no previous file with comments | « no previous file | examples/wireless/ht-wifi-network.cc » ('j') | src/buildings/helper/building-position-allocator.cc » ('J')

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