Comment 1 for bug 1400690

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

I hit the very same bug last weekend by running the fuzzer as follow:
     $ ./app/fuzzer/rohc_fuzzer replay 1417374848
(the fix for bug #1219419 is required to hit this one).

The problem is due to IP-ID encoding in the TCP profile. Both the compressor and decompressors do not implement this encoding scheme correctly. I fixed the decompressor part during last weekend, but the compressor part is required to fully fix the problem with seq_X packets. I'll resume my work on this problem next weekend.