Skip to content

Commit

Permalink
showcases: fix: fixed comments in time-aware shaper showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Jul 29, 2022
1 parent 0fe8334 commit 3333d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions showcases/tsn/trafficshaping/timeawareshaper/omnetpp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = "Traffic shaping using time-aware shapers"
*.client.app[*].io.destAddress = "server"
*.client.app[0].io.destPort = 1000
*.client.app[1].io.destPort = 1001
*.client.app[*].source.packetLength = 1000B - 54B # 42B = 8B (UDP) + 20B (IP) + 14B (ETH MAC) + 4B (ETH FCS) + 8B (ETH PHY)
*.client.app[*].source.packetLength = 1000B - 54B # 54B = 8B (UDP) + 20B (IP) + 14B (ETH MAC) + 4B (ETH FCS) + 8B (ETH PHY)
*.client.app[0].source.productionInterval = exponential(200us) # ~40Mbps
*.client.app[1].source.productionInterval = exponential(400us) # ~20Mbps

Expand Down Expand Up @@ -45,6 +45,6 @@ description = "Traffic shaping using time-aware shapers"
*.switch.eth[*].macLayer.queue.*[0].display-name = "best effort"
*.switch.eth[*].macLayer.queue.*[1].display-name = "video"
*.switch.eth[*].macLayer.queue.transmissionGate[0].offset = 0ms
*.switch.eth[*].macLayer.queue.transmissionGate[0].durations = [4ms, 6ms] # period is 10 # length of periods
*.switch.eth[*].macLayer.queue.transmissionGate[0].durations = [4ms, 6ms] # period is 10
*.switch.eth[*].macLayer.queue.transmissionGate[1].offset = 6ms
*.switch.eth[*].macLayer.queue.transmissionGate[1].durations = [2ms, 8ms]

0 comments on commit 3333d25

Please sign in to comment.