Unfinished implementation of bidirectional search:
authorAndreas Ebner <pansy007@googlemail.com>
Sun, 11 Aug 2019 15:04:00 +0000 (17:04 +0200)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Mon, 7 Oct 2019 10:17:28 +0000 (12:17 +0200)
commit7b749c91759eb75eda5cac1e02954cc82ef27db3
tree7e3e1cde1638073d764be9399f52b04937cdbe14
parent33525da20575ba0149d1c6bcaac74e52d4e0ddd7
Unfinished implementation of bidirectional search:

- queue to add all currently found nodes
- backward_resolution implementation of what to do when you find a matching one
- new test for bidirecitonal search
- still a lot to do / still has a lot of prints and comments that need to be removed
src/credential/gnunet-service-credential.c
src/credential/test_credential_bi.sh [new file with mode: 0755]
src/credential/test_credential_own.sh