Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix registration is incompatible with ndn-cxx #4

Closed
yoursunny opened this issue May 14, 2015 · 4 comments
Closed

Prefix registration is incompatible with ndn-cxx #4

yoursunny opened this issue May 14, 2015 · 4 comments

Comments

@yoursunny
Copy link

go-nfd accepts prefix registration commands under /localhop/nfd command prefix only.
ndn-cxx and other libraries by default send registration command using /localhost/nfd command prefix.
go-nfd should accept both command prefixes in order to be compatible with those libraries.

@taylorchu
Copy link
Contributor

b005516

@yoursunny
Copy link
Author

The solution still appears incorrect.
ndn-tlv-peek /localhost/nfd/rib/list times out.

go-nfd debug log says:

[127.0.0.1:44785] face created
[core] /rib/list
[127.0.0.1:44785] face removed

Reply Data Name is probably wrong.

@taylorchu
Copy link
Contributor

You can try one more time now. It should be fixed.

On Thu, May 14, 2015 at 7:02 PM, yoursunny notifications@github.com wrote:

The solution still appears incorrect.
ndn-tlv-peek /localhost/nfd/rib/list times out.

go-nfd debug log says:

[127.0.0.1:44785] face created
[core] /rib/list
[127.0.0.1:44785] face removed

Reply Data Name is probably wrong.


Reply to this email directly or view it on GitHub
#4 (comment).

@yoursunny
Copy link
Author

This particular issue is resolved now.
I opened #5 for a different but related issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants