Alexander Afanasyev | a8f2a92 | 2014-02-26 14:21:56 -0800 | [diff] [blame] | 1 | # |
| 2 | #THIS IS A SAMPLE SERVER DATA TRAFFIC CONFIGURATION FILE |
| 3 | # |
| 4 | # * TO BE USED TO CONFIGURE RESPONSE TO INTERESTS |
| 5 | # * MULTIPLE SERVER PREFIXES CAN BE CONFIGURED FOR BEING HANDLED |
| 6 | # * EVERY INIVIDUAL PATTERN DESCRIPTION MUST BE SEPARATED BY ONE |
| 7 | # OR MORE '#' CHARACTERS FOR THE TOOL TO DISTINGUISH THEM |
| 8 | # INDIVIUDALLY |
| 9 | # * 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 |
| 14 | # * NNI STANDS FOR NON-NEGATIVE INTEGER |
| 15 | # * RANGE OF POSSIBLE VALUES IS SPECIFIED IN [] |
| 16 | # |
| 17 | # |
| 18 | #(Mandatory) |
| 19 | #Name=NDN Name |
| 20 | # |
| 21 | # |
| 22 | #(Optional) |
| 23 | #ContentType=NNI [>=0] |
| 24 | #FreshnessPeriod=NNI [Milliseconds] |
| 25 | #ContentBytes=NNI [>0] |
| 26 | #Content=String |
jeraldabraham | cc3c6c9 | 2014-03-28 02:21:45 -0700 | [diff] [blame] | 27 | #ContentDelay=NNI [Milliseconds] |
Alexander Afanasyev | a8f2a92 | 2014-02-26 14:21:56 -0800 | [diff] [blame] | 28 | # |
| 29 | # |
| 30 | ########## |
| 31 | Name=/example/A |
jeraldabraham | 473ef3d | 2014-03-06 12:40:35 -0700 | [diff] [blame] | 32 | Content=AAAAAAAA |
Alexander Afanasyev | a8f2a92 | 2014-02-26 14:21:56 -0800 | [diff] [blame] | 33 | ########## |
| 34 | Name=/example/B |
jeraldabraham | 473ef3d | 2014-03-06 12:40:35 -0700 | [diff] [blame] | 35 | Content=BBBBBBBB |
Alexander Afanasyev | a8f2a92 | 2014-02-26 14:21:56 -0800 | [diff] [blame] | 36 | ########## |
Alexander Afanasyev | fda32a3 | 2014-03-20 10:50:00 -0700 | [diff] [blame] | 37 | |