blob: 9965d3aa67653072941bd013e2c9a45891ea6283 [file] [log] [blame]
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -08001#
Davide Pesavento912d2e82019-01-10 17:04:31 -05002# THIS IS A SAMPLE CLIENT INTEREST TRAFFIC CONFIGURATION FILE
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -08003#
4# * TO BE USED TO GENERATE INTEREST MESSAGES BASED ON A PROBABILITY
5# PATTERN.
6# * EVERY INIVIDUAL PATTERN DESCRIPTION MUST BE SEPARATED BY ONE
7# OR MORE '#' CHARACTERS FOR THE TOOL TO DISTINGUISH THEM
Davide Pesavento912d2e82019-01-10 17:04:31 -05008# INDIVIDUALLY
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -08009# * THE FOLLOWING PARAMETERS MAY BE ADDED FOR EVERY TRAFFIC PATTERN
10# * (Mandatory) NEXT TO A PARAMETER MEANS EVERY PATTERN SHOULD HAVE
11# IT FOR BEING CONSIDERED VALID
12# (Optional) MEANS OTHERWISE
13# * ALSO PROVIDED ARE VALID VALUES POSSIBLE FOR EACH PARAMETER
Davide Pesavento35185332019-01-14 04:00:15 -050014# * PLEASE ENSURE THAT THE SUM OF TrafficPercentage FOR ALL DECLARED
15# PATTERNS DOES NOT EXCEED 100 IN ORDER TO MAINTAIN CORRECT BEHAVIOR
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080016# * NNI STANDS FOR NON-NEGATIVE INTEGER
Eric Newberryeab462b2016-03-18 11:56:31 -070017# * RANGE OF POSSIBLE VALUES IS SPECIFIED IN []
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080018#
Davide Pesavento912d2e82019-01-10 17:04:31 -050019# (Mandatory)
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080020#TrafficPercentage=NNI [0-100]
21#Name=NDN Name
22#
Davide Pesavento912d2e82019-01-10 17:04:31 -050023# (Optional)
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080024#NameAppendBytes=NNI [>0]
25#NameAppendSequenceNumber=NNI [>=0]
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080026#MustBeFresh=NNI [0-1]
27#NonceDuplicationPercentage=NNI [0-100]
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080028#InterestLifetime=NNI [Milliseconds]
Eric Newberryeab462b2016-03-18 11:56:31 -070029#NextHopFaceId=NNI
jeraldabraham473ef3d2014-03-06 12:40:35 -070030#ExpectedContent=String
Davide Pesavento912d2e82019-01-10 17:04:31 -050031
32##########
33# EXAMPLES
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080034##########
jeraldabraham473ef3d2014-03-06 12:40:35 -070035TrafficPercentage=50
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080036Name=/example/A
jeraldabraham473ef3d2014-03-06 12:40:35 -070037ExpectedContent=AAAAAAAA
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080038##########
jeraldabraham473ef3d2014-03-06 12:40:35 -070039TrafficPercentage=50
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080040Name=/example/B
jeraldabraham473ef3d2014-03-06 12:40:35 -070041ExpectedContent=BBBBBBBB
Alexander Afanasyeva8f2a922014-02-26 14:21:56 -080042##########