Actions
Feature #4530
openMore efficient communication between threads
Start date:
Due date:
% Done:
0%
Estimated time:
6.00 h
Description
NFD-RIB and management currently connect to forwarding through a Unix stream face (TCP face on Android), so communication involves socket operations and packet encoding.
Since they are in the same process, they can instead communicate through an internal “in-memory face” implemented using a ring buffer or similar technique.
Actions