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-riot: send interest in ccnl thread context #253

Closed cgundogan closed 6 years ago

cgundogan commented 6 years ago

Contribution description

Currently, in RIOT, sending an Interest is happening in the applications thread context. This however can lead to race conditions, because internal structures like the FIB are accessed and the PIT even modified. This patch moves the actual sending into the thread context of ccn-lite.

Issues/PRs references

none