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: upgrade to Naming Conventions rev03 #22

Closed yoursunny closed 2 years ago

yoursunny commented 2 years ago

This is a breaking change similar to the approach chosen by ndn-cxx. In particular, mgmt.MakeStatusDataset would generate Data packets with rev03 version and segment components. Unfortunately I don't see any way to make it non-breaking because the incoming Interest does not carry any indication of what convention the client expects.

zjkmxy commented 2 years ago

I guess I should also fix python-ndn