summaryrefslogtreecommitdiff
path: root/src/protocol/survey0/respond_test.c
Commit message (Collapse)AuthorAge
* fixes #1169 survey and xsurvey could use message cloningGarrett D'Amore2020-01-20
| | | | | | | | | | | fixes #1160 Consider limiting maximum hop count to 15 fixes #1098 Maximum maxTTL should be compile time defined This doesn't expose the max-MaxTTL in the CMakeList.txt -- there is really no reason anyone should be changing it. This does not yet inline the message header into the nni_msg_t, but it is my intention to do so soon, and eliminate most of the conditional cases for failure on inserting into the header.
* RESPOND needs to use atomic for TTL.Garrett D'Amore2020-01-16
Also, add a test to cover the RESPOND protocol. This gets about 95% of the coverage.