allow users to free some compression contexts

Bug #1610702 reported by Didier Barvaux
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
rohc
Confirmed
Wishlist
Didier Barvaux
Rohc-2.0.x
Won't Fix
Wishlist
Didier Barvaux

Bug Description

Requested by Mohammad Abyan Abdullah on question #276107

   /* free a context knowing its Context ID (CID) */
   bool rohc_comp_free_context(struct rohc_comp *const comp,
                               const rohc_cid_t cid);

   /* free all contexts of one profile whose last packet is older or equal than now - timeout */
   bool rohc_comp_free_old_contexts(struct rohc_comp *const comp,
                                    const rohc_profile_t profile_id,
                                    const struct rohc_ts timeout);

The 2nd function should allow users to free all contexts corresponding to RTP streams in timeout (according to their own definition of timeout).

Changed in rohc:
milestone: 2.0.0 → 2.1.0
Changed in rohc:
milestone: 2.1.0 → 2.2.0
Changed in rohc:
milestone: 2.2.0 → 2.3.0
Changed in rohc:
milestone: 2.3.0 → 2.4.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.