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-interest: check for max pit entries and free if full #354

Closed cgundogan closed 5 years ago

cgundogan commented 5 years ago

Contribution description

Currently, CCN-lite does not 1) track the number of active PIT entries, and 2) does not check for the limit of maximum PIT entries.

This PR adapts the ccnl_interest_new() function.