named-data / YaNFD

Yet another Named Data Networking Forwarding Daemon
https://pkg.go.dev/github.com/named-data/YaNFD
MIT License
12 stars 10 forks source link

ndn-tools broken with the merge of #49 #50

Closed justincpresley closed 1 year ago

justincpresley commented 1 year ago

I want to evaluate the improvement of #49 on next-gen hardware. I encountered different errors when trying to use ndnchunks and ndnping.

Validating these Errors

Environment

Errors

ndnchunks

While ndncatchunks seemly did not stop, ndnputchunks produced the following:

Loading input ...
Published 1008 Data packets with prefix /data/v=1680565950959
ERROR: Failed to register prefix '/data' (Expecting ControlParameters element, but TLV has type 7)

ndnping

ndnpingserver produced the following:

PING SERVER /data
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<std::runtime_error> >'
  what():  Failed to register prefix: Internal error (Validator/policy did not invoke success or failure callback)
Aborted