cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

ccnl-prefix: fix behavior of ccnl_i_prefixof_c #328

Closed cgundogan closed 5 years ago

cgundogan commented 5 years ago

Contribution description

Looks like that one of the last refactorings broke i_prefixof_c(). Currently using RIOT, an Interest matches any content in the content store, although the names do not equal (not fully, nor a prefix of it).

Issues/PRs references