Switch to side-by-side view
--- a/examples/TwoCSs/TwoCSs.ned +++ b/examples/TwoCSs/TwoCSs.ned @@ -30,6 +30,6 @@ @display("p=231,92"); } connections allowunconnected: - host1.medium <--> host2.medium; -// host1.medium <--> DatarateChannel {delay = 0.5s; ber = 0; } <--> host2.medium; +// host1.medium <--> host2.medium; + host1.medium <--> DatarateChannel {delay = 3s; ber = 0; } <--> host2.medium; }