New question #181856 on rohc: https://answers.launchpad.net/rohc/+question/181856
hello, I find that in test "comp1 = rohc_alloc_compressor(15, 0, 0, 0);". It means to compressor the max_cid is 15. In other words, the compressor use smallcid. In "struct rohc_comp *rohc_alloc_compressor(int max_cid, int jam_use, int adapt_size, int encap_size)" of file rohc_comp.c cid type is set as "comp->medium.max_cid = max_cid; comp->medium.cid_type = SMALL_CID;". Is that means the library only supports smallcid for compressor. To decompressor, cid type can be chose. Regards, qingbaibai -- You received this question notification because you are a member of ROHC Team, which is an answer contact for rohc. _______________________________________________ Mailing list: https://launchpad.net/~rohc Post to : [email protected] Unsubscribe : https://launchpad.net/~rohc More help : https://help.launchpad.net/ListHelp

