Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 6LoWPAN extension header compression and decompression #829

Merged
merged 2 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ There are 3 supported mediums.

* Implementation of [RFC6282](https://tools.ietf.org/rfc/rfc6282.txt).
* Fragmentation is supported, as defined in [RFC4944](https://tools.ietf.org/rfc/rfc4944.txt).
* UDP header compression is supported.
* Extension header compression is **not** supported (will be soon™).
* Uncompressed IP headers are supported.
* UDP header compression/decompression is supported.
* Extension header compression/decompression is supported.
* Uncompressed IPv6 Extension Headers are **not** supported.

### IP multicast

Expand Down
Loading
Loading