Cenk Gündoğan
Cenk Gündoğan
NDN provides documentation for an updated packet format, the spec can be found here [1]. The new packet format looks promising. We should support that in the near future. [1]...
`ccnl_prefix_to_path_detailed()` is used in a lot of places throughout the code. It basically just allocates (via malloc) a buffer, and passes it to `ccnl_prefix_to_str_detailed()`. Instead of relying on `malloc` in...
In the current situation there are instances, where the CS, FIB or PIT are accessed directly through a global struct (ccnl_relay_s). Adding support for proper data structures for CS, FIB,...
This is an alias that I use quite often to change quickly to the top-level directory of a git repo. I thought it might be a good idea to push...