From 56d2d4e6feb68a65cdd57d18d6531890c58c1a1b Mon Sep 17 00:00:00 2001 From: Levente Meszaros Date: Mon, 19 Feb 2024 17:32:47 +0100 Subject: [PATCH] Examples: Added missing sim-time-limit to General section in tcpthroughput. There must be a sim-time-limit for each non-abstract configuration for statistical tests. --- examples/inet/tcpthroughput/omnetpp.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/inet/tcpthroughput/omnetpp.ini b/examples/inet/tcpthroughput/omnetpp.ini index 543c6103378..c4e4ee7520e 100644 --- a/examples/inet/tcpthroughput/omnetpp.ini +++ b/examples/inet/tcpthroughput/omnetpp.ini @@ -1,5 +1,7 @@ [General] +#abstract-config = true (requires omnet 7) network = ClientServer +sim-time-limit = 100s **.numApps = 1 **.client*.app[*].typename = "TcpSessionApp"