first commit
This commit is contained in:
10
tools/chain.conf
Normal file
10
tools/chain.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# chain.conf
|
||||
# config file for etherSimulator.pl
|
||||
# Specify the probability of correct delivery between nodea and nodeb (bidirectional)
|
||||
# probability:nodea:nodeb:probability
|
||||
# nodea and nodeb are integers 0 to 255
|
||||
# probability is a float range 0.0 to 1.0
|
||||
|
||||
# In this example, the probability of successful transmission
|
||||
# between nodes 10 and 2 (and vice versa) is given as 0.5 (ie 50% chance)
|
||||
probability:10:2:0.5
|
Reference in New Issue
Block a user