don't include a peer by default
This commit is contained in:
@ -10,27 +10,19 @@ privateDestinationFile=heartbeat.keys
|
|||||||
# where do we want to export the plain base64 of our destination?
|
# where do we want to export the plain base64 of our destination?
|
||||||
publicDestinationFile=heartbeat.txt
|
publicDestinationFile=heartbeat.txt
|
||||||
|
|
||||||
##
|
|
||||||
# the following configures this client to send a heartbeat ping to the heartbeat
|
|
||||||
# server specified (which is being run on a fairly fast and reliable router, at
|
|
||||||
# least for the moment). If you want to run this test, uncomment the following
|
|
||||||
# lines and run the heartbeat engine (or if the heartbeat engine is configured
|
|
||||||
# to fire on router startup, you'll need to restart your router).
|
|
||||||
##
|
|
||||||
|
|
||||||
# full destination to the peer
|
# full destination to the peer
|
||||||
peer.0.peer=8b8zBtmYGzl8pKkSJ6nYln6YEvJkKhsykwBtMaiBBizSHGsIqEG8O~oCQ62H-Yf7kw~H8292XhUOhN-hfMVPl6ulMybdV2utSPq5x2vq-1mczXWieIEBIxn3FOMguAdGb-Wu3ja2IThvwx62JgO9VSu2N5RktVkV~38XlkUmmA-f~JS5~rG~Ov-QIeFWPkyXpw-kPI2Yw6FZ5OdkXmXg0Kpb61pHXwMhAKT9YPw275Y6CvsgVKWhzHEqklwQ53jUwivn-NNXnEMWPI3jKmN3BNcJ~nGKWAHs-d5S375FDPq3pAde~-UutUWu~yEDG9xwmPyM0foS3tuUgyCkE7i4Io2VUAXAlXBKL4V7WNReHTnG2n2cC06KCebufcjUthtHzXQGi4kJBPmvKK3U7GyVDXUHeeBXKZjDcjZmOKS9Cgy2mbJ-L-ypYaUsXXWAW~2YqpMpQp22JoqNh8IIPaBmCjlw-ENfdRM0nKysWr6wULoYPaOC9Hi6GaXMPIIqMM6TAAAA
|
#peer.0.peer=[base64 of the destination]
|
||||||
# where we'll write out the stat data
|
# where we'll write out the stat data
|
||||||
peer.0.statFile=heartbeatStat_30s_1kb.txt
|
#peer.0.statFile=heartbeatStat_30s_1kb.txt
|
||||||
# how many minutes of data we'll keep (3 hours)
|
# how many minutes of data we'll keep (3 hours)
|
||||||
peer.0.statDuration=180
|
#peer.0.statDuration=180
|
||||||
# how often we'll write out the state (every 30 seconds)
|
# how often we'll write out the state (every 30 seconds)
|
||||||
peer.0.statFrequency=30
|
#peer.0.statFrequency=30
|
||||||
# how often we'll send the peer a ping (every 30 seconds)
|
# how often we'll send the peer a ping (every 30 seconds)
|
||||||
peer.0.sendFrequency=30
|
#peer.0.sendFrequency=30
|
||||||
# how large the pings and pongs will be (1KB)
|
# how large the pings and pongs will be (1KB)
|
||||||
peer.0.sendSize=1024
|
#peer.0.sendSize=1024
|
||||||
# what moving averages should we keep (1, 5, 30, and 120 minutes)
|
# what moving averages should we keep (1, 5, 30, and 120 minutes)
|
||||||
peer.0.averagePeriods=1 5 30 120
|
#peer.0.averagePeriods=1 5 30 120
|
||||||
# moo
|
# moo
|
||||||
peer.0.comment=Test with localhost sending 1KB every 30 seconds
|
#peer.0.comment=Test with localhost sending 1KB every 30 seconds
|
||||||
|
Reference in New Issue
Block a user