Skip to content

rohc-2.1.0

Latest
Compare
Choose a tag to compare
@didier-barvaux didier-barvaux released this 06 Dec 18:36
· 447 commits to master since this release
rohc-2.1.0
  • features:
    • TCP profile: add support for context replication
    • use ACK(O) to speed the move to a higher compression state
    • add support for ROHC padding
    • add periodic refreshes based on inter-packet time
  • continue improving CPU performances
    • improve tools for performance analysis
    • improve performances of RFC3095 and RFC6846 profiles
    • improve performances of the W-LSB algorithm
  • packaging:
    • update RPM spec file
    • update Gentoo ebuild
  • Q&A:
    • refactor the TCP compression profile
    • fix kernel build with up-to-date Linux kernels
    • fix warnings from GCC 7.2 and Clang 4.0
    • fix warnings from Clang Static Analyzer, cppcheck, CodeSonar and Coverity