306e5bc606
Change-Id: I8a54ba1f0d414bea70923e0f45ca354ac7e957a3
49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
#
|
|
# THIS IS A SAMPLE SERVER DATA TRAFFIC CONFIGURATION FILE
|
|
#
|
|
# * TO BE USED TO CONFIGURE RESPONSE TO INTERESTS
|
|
# * MULTIPLE SERVER PREFIXES CAN BE CONFIGURED FOR BEING HANDLED
|
|
# * EVERY INDIVIDUAL PATTERN DESCRIPTION MUST BE SEPARATED BY ONE
|
|
# OR MORE '#' CHARACTERS FOR THE TOOL TO DISTINGUISH THEM
|
|
# * THE FOLLOWING PARAMETERS MAY BE ADDED FOR EVERY TRAFFIC PATTERN
|
|
# * 'Mandatory' ARE PARAMETERS THAT EVERY PATTERN MUST HAVE IN ORDER
|
|
# TO BE CONSIDERED VALID
|
|
# * 'Boolean' ACCEPTS EITHER 0/false/no/off OR 1/true/yes/on AS VALUE
|
|
# * 'NNI' STANDS FOR NON-NEGATIVE INTEGER
|
|
# * RANGE OF POSSIBLE VALUES IS SPECIFIED IN []
|
|
#
|
|
|
|
# (Mandatory)
|
|
#Name=NDN Name
|
|
#
|
|
# (Optional)
|
|
#ContentDelay=Milliseconds [>=0]
|
|
#FreshnessPeriod=Milliseconds [>=0]
|
|
#ContentType=NNI [>=0]
|
|
#ContentBytes=NNI [>0]
|
|
#Content=String
|
|
#SigningInfo=String [examples below]
|
|
|
|
##########
|
|
# EXAMPLES
|
|
##########
|
|
Name=/example/A
|
|
Content=AAAAAAAA
|
|
##########
|
|
Name=/example/B
|
|
Content=BBBBBBBB
|
|
SigningInfo=id:/my-identity
|
|
##########
|
|
Name=/example/C
|
|
Content=CCCCCCCC
|
|
SigningInfo=key:/my-identity/ksk-1450757659736
|
|
##########
|
|
Name=/example/D
|
|
Content=DDDDDDDD
|
|
SigningInfo=cert:/my-identity/KEY/3%F342%9C%E0R%CE/self/%FD%00%00%01%5EE%92%A8%2A
|
|
##########
|
|
Name=/example/E
|
|
Content=EEEEEEEE
|
|
SigningInfo=id:/localhost/identity/digest-sha256
|
|
##########
|