Skip to content

Commit

Permalink
examples: eliminated more 1ps sim-time-limits
Browse files Browse the repository at this point in the history
In the second config, use the same sim time limit as the first one
  • Loading branch information
adamgeorge309 committed Apr 17, 2024
1 parent bee5ac5 commit 0ad527b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/wireless/lan80211/omnetpp-ftp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ description = "hosts ftping host0"
*.numHosts = 2

[Config NHosts] # __interactive__
sim-time-limit = 1ps # TODO
sim-time-limit = 100s
description = "n hosts"
# leave numHosts undefined here

2 changes: 1 addition & 1 deletion examples/wireless/lan80211/omnetpp-streaming.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ description = "video stream"
*.numHosts = 3

[Config Streaming2] # __interactive__
sim-time-limit = 1ps # TODO
sim-time-limit = 50s
description = "n hosts"
# leave numHosts undefined here

2 changes: 1 addition & 1 deletion examples/wireless/lan80211/omnetpp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ description = "host1 pinging host0"
*.numHosts = 2

[Config Ping2] # __interactive__
sim-time-limit = 1ps # TODO
sim-time-limit = 25s
description = "n hosts"
# leave numHosts undefined here

2 changes: 1 addition & 1 deletion examples/wireless/lan80211ac/omnetpp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ description = "host1 pinging host0"
*.numHosts = 2

[Config Ping2] # __interactive__
sim-time-limit = 1ps # TODO
sim-time-limit = 100s
description = "n hosts"
# leave numHosts undefined here

0 comments on commit 0ad527b

Please sign in to comment.