oprsystem / rohc_udp_ipv4_compressor_lib

A library about ROHC(rfc3095) compress on udp/ipv4 packets using rohc profile(0x0002)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple ROHC compress library(RFC3095) dedicated for udp/ipv4 unidirectional mode (profile=0x0002)

static IP_ID flag is supported based on (RFC3843) reserved octect in IP dynamic context is not supported, i.e. IP dynamic context only has: TTL/TOS/IP_ID/SID-RND-NBO-DF

The library is built under msys2 environment under windows7 X64, and it is easy to build on other platforms by modifing the makefile.

About

A library about ROHC(rfc3095) compress on udp/ipv4 packets using rohc profile(0x0002)

License:MIT License


Languages

Language:C 99.0%Language:Makefile 1.0%